Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h328 int32_t GetFalseWeight() const in GetFalseWeight() function in panda::ecmascript::kungfu::BranchAccessor
525 uint32_t GetFalseWeight() const in GetFalseWeight() function in panda::ecmascript::kungfu::TypedJumpAccessor
H A Dgate_accessor.cpp127 uint32_t GateAccessor::GetFalseWeight(GateRef gate) const in GetFalseWeight() function in panda::ecmascript::kungfu::GateAccessor
132 return accessor.GetFalseWeight(); in GetFalseWeight()
164 return (accessor.GetTrueWeight() != 0) || (accessor.GetFalseWeight() != 0); in HasBranchWeight()
H A Dgate_accessor.h388 uint32_t GetFalseWeight(GateRef gate) const;
H A Dgraph_linearizer.cpp89 if (acc_.GetTrueWeight(curGate) >= acc_.GetFalseWeight(curGate)) { in VisitStateGates()
H A Dnumber_speculative_lowering.cpp461 uint32_t falseWeight = jumpAcc.GetFalseWeight(); in VisitBooleanJump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1517 auto falseWeight = acc_.GetFalseWeight(gate); in VisitBranch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1156 falseWeight = acc_.GetFalseWeight(gate); in VisitBranch()

Completed in 22 milliseconds