Searched defs:trueWeight (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_gate_meta_data.h | 333 static uint64_t ToValue(uint32_t trueWeight, uint32_t falseWeight) in ToValue()
|
| D | number_speculative_lowering.cpp | 460 uint32_t trueWeight = jumpAcc.GetTrueWeight(); in VisitBooleanJump() local
|
| D | circuit_builder.cpp | 87 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t fals… in Branch() 248 uint32_t trueWeight, uint32_t falseWeight, const char* comment) in Branch()
|
| D | stub_builder.cpp | 65 …Builder::BranchPredict(GateRef condition, Label *trueLabel, Label *falseLabel, uint32_t trueWeight, in BranchPredict()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 886 auto trueWeight = sampleType.GetWeight() >> 10; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 1516 auto trueWeight = acc_.GetTrueWeight(gate); in VisitBranch() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1120 uint32_t trueWeight = 0; in VisitBranch() local
|