Home
last modified time | relevance | path

Searched defs:falseWeight (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.cpp475 uint32_t falseWeight = jumpAcc.GetFalseWeight(); in VisitBooleanJump() local
Dcircuit_builder.cpp72 …CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t falseWeight, 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.cpp865 auto falseWeight = sampleType.GetWeight() & 0x7FF; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1625 auto falseWeight = acc_.GetFalseWeight(gate); in VisitBranch() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1287 uint32_t falseWeight = 0; in VisitBranch() local