Searched defs:trueWeight (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | number_speculative_lowering.cpp | 460 uint32_t trueWeight = jumpAcc.GetTrueWeight(); in VisitBooleanJump() local
|
H A D | mcr_gate_meta_data.h | 333 static uint64_t ToValue(uint32_t trueWeight, uint32_t falseWeight) in ToValue() argument
|
H A D | circuit_builder.cpp | 87 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 D | stub_builder.cpp | 66 void StubBuilder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 1516 auto trueWeight = acc_.GetTrueWeight(gate); in VisitBranch() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 1152 uint32_t trueWeight = 0; in VisitBranch() local
|
Completed in 34 milliseconds