Searched refs:ControlFlowStack (Results 1 – 2 of 2) sorted by relevance
74 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); in printInst()76 ControlFlowStack.push_back(std::make_pair(TopLabel, true)); in printInst()80 ControlFlowStack.push_back(std::make_pair(ControlFlowCounter++, false)); in printInst()83 ControlFlowStack.pop_back(); in printInst()85 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()89 OS, "label" + utostr(ControlFlowStack.pop_back_val().first) + ':'); in printInst()105 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst()
28 SmallVector<std::pair<uint64_t, bool>, 0> ControlFlowStack; variable