Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp103 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
316 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp48 const std::vector<GateRef>& currentBB = cfg.at(bbIdx); in GenerateExtraBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h563 bool IsExitBB(const BB &currentBB) in IsExitBB()