Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds