Lines Matching refs:top
145 if (currentDebugScopeId.top() != lastDebugScopeId) {
150 scopeInst->addIdOperand(currentDebugScopeId.top());
152 lastDebugScopeId = currentDebugScopeId.top();
1157 inst->addIdOperand(currentDebugScopeId.top()); // scope id
2223 lex->addIdOperand(currentDebugScopeId.top()); // scope
3556 // branch to the top of the merge block stack
3557 createBranch(switchMerges.top());
3582 switchMerges.top()->getParent().addBlock(switchMerges.top());
3583 setBuildPoint(switchMerges.top());
3608 return loops.top();
3613 createBranch(&loops.top().continue_target);
3620 createBranch(&loops.top().merge);