Home
last modified time | relevance | path

Searched refs:GetTrueWeight (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h323 int32_t GetTrueWeight() const in GetTrueWeight() function in panda::ecmascript::kungfu::BranchAccessor
520 uint32_t GetTrueWeight() const in GetTrueWeight() function in panda::ecmascript::kungfu::TypedJumpAccessor
H A Dgate_accessor.cpp119 uint32_t GateAccessor::GetTrueWeight(GateRef gate) const in GetTrueWeight() function in panda::ecmascript::kungfu::GateAccessor
124 return accessor.GetTrueWeight(); in GetTrueWeight()
164 return (accessor.GetTrueWeight() != 0) || (accessor.GetFalseWeight() != 0); in HasBranchWeight()
H A Dgate_accessor.h387 uint32_t GetTrueWeight(GateRef gate) const;
H A Dgraph_linearizer.cpp89 if (acc_.GetTrueWeight(curGate) >= acc_.GetFalseWeight(curGate)) { in VisitStateGates()
H A Dnumber_speculative_lowering.cpp460 uint32_t trueWeight = jumpAcc.GetTrueWeight(); in VisitBooleanJump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1516 auto trueWeight = acc_.GetTrueWeight(gate); in VisitBranch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1155 trueWeight = acc_.GetTrueWeight(gate); in VisitBranch()

Completed in 23 milliseconds