Home
last modified time | relevance | path

Searched refs:currentBB (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp106 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
108 if (CheckRegLiveinReturnBB(regOpnd, *currentBB)) { in CheckOpndLiveinSuccs()
113 for (auto succ : currentBB->GetSuccs()) { in CheckOpndLiveinSuccs()
319 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
321 if (CheckRegLiveinReturnBB(regOpnd, *currentBB)) { in CheckOpndLiveinSuccs()
326 for (auto succ : currentBB->GetSuccs()) { in CheckOpndLiveinSuccs()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp50 const std::vector<GateRef>& currentBB = cfg.at(bbIdx); in GenerateExtraBB() local
51 GateRef current = currentBB[instIdx]; in GenerateExtraBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgfunc.h573 bool IsExitBB(const BB &currentBB) in IsExitBB() argument
576 if (exitBB == &currentBB) { in IsExitBB()

Completed in 5 milliseconds