Searched refs:ControlFlowStack (Results 1 – 2 of 2) sorted by relevance
81 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, true)); in printInst()86 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); in printInst()91 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); in printInst()98 if (ControlFlowStack.empty()) { in printInst()101 ControlFlowStack.pop_back(); in printInst()107 if (ControlFlowStack.empty()) { in printInst()111 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()117 if (ControlFlowStack.empty()) { in printInst()121 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()181 if (Depth >= ControlFlowStack.size()) { in printInst()[all …]
30 SmallVector<std::pair<uint64_t, bool>, 4> ControlFlowStack; variable