Home
last modified time | relevance | path

Searched defs:trueWeight (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_lowering.cpp460 uint32_t trueWeight = jumpAcc.GetTrueWeight(); in VisitBooleanJump() local
H A Dmcr_gate_meta_data.h333 static uint64_t ToValue(uint32_t trueWeight, uint32_t falseWeight) in ToValue() argument
H A Dcircuit_builder.cpp87 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t falseWeight, in Branch() argument
247 Branch(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, uint32_t falseWeight, const char* comment) Branch() argument
H A Dstub_builder.cpp66 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1516 auto trueWeight = acc_.GetTrueWeight(gate); in VisitBranch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1152 uint32_t trueWeight = 0; in VisitBranch() local

Completed in 34 milliseconds