Lines Matching refs:ControlFlowStack
124 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, true)); in printInst()
129 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); in printInst()
134 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter, false)); in printInst()
141 if (ControlFlowStack.empty()) { in printInst()
144 ControlFlowStack.pop_back(); in printInst()
150 if (ControlFlowStack.empty()) { in printInst()
154 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()
160 if (ControlFlowStack.empty() || EHInstStack.empty()) { in printInst()
164 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()
207 if (ControlFlowStack.empty() || TryStack.empty() || EHInstStack.empty()) { in printInst()
214 assert(ControlFlowStack.back().first == TryStack.back()); in printInst()
216 utostr(ControlFlowStack.pop_back_val().first) + in printInst()
221 if (Depth >= ControlFlowStack.size()) { in printInst()
224 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst()
256 if (Depth >= ControlFlowStack.size()) { in printInst()
259 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst()