Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp103 std::stack<BB *> bbStack; in CheckOpndLiveinSuccs() local
104 bbStack.push(const_cast<BB *>(&bb)); in CheckOpndLiveinSuccs()
105 while (!bbStack.empty()) { in CheckOpndLiveinSuccs()
106 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs()
107 bbStack.pop(); in CheckOpndLiveinSuccs()
121 bbStack.push(succ); in CheckOpndLiveinSuccs()
316 std::stack<BB *> bbStack; in CheckOpndLiveinSuccs() local
317 bbStack.push(const_cast<BB *>(&bb)); in CheckOpndLiveinSuccs()
318 while (!bbStack.empty()) { in CheckOpndLiveinSuccs()
319 BB *currentBB = bbStack in CheckOpndLiveinSuccs()
[all...]

Completed in 2 milliseconds