Home
last modified time | relevance | path

Searched defs:trueWeight (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.h414 static uint64_t ToValue(uint32_t trueWeight, uint32_t falseWeight) in ToValue()
Dnumber_speculative_lowering.cpp474 uint32_t trueWeight = jumpAcc.GetTrueWeight(); in VisitBooleanJump() local
Dcircuit_builder.cpp72 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t fals… in Branch()
262 uint32_t trueWeight, uint32_t falseWeight, const char* comment) in Branch()
Dstub_builder.cpp51 uint32_t trueWeight, uint32_t falseWeight, const char *comment) in Branch()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp864 auto trueWeight = sampleType.GetWeight() >> 10; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1624 auto trueWeight = acc_.GetTrueWeight(gate); in VisitBranch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1286 uint32_t trueWeight = 0; in VisitBranch() local