Home
last modified time | relevance | path

Searched defs:trueBB (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1129 BB &trueBB = GetOrCreateBB(btrue); in VisitBranch() local
2833 BB &trueBB = GetOrCreateBB(bbOut); in HandleDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1505 BasicBlock *trueBB = EnsureBB(btrue); in VisitBranch() local
2694 BasicBlock *trueBB = EnsureBB(bbOut); in HandleDeoptCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp347 GateRef trueBB = circuit_->NewGate(circuit_->OrdinaryBlock(), { deoptCheck }); in DeoptCheck() local