Searched refs:LoopInfoStack (Results 1 – 3 of 3) sorted by relevance
80 class LoopInfoStack {81 LoopInfoStack(const LoopInfoStack &) = delete;82 void operator=(const LoopInfoStack &) = delete;85 LoopInfoStack() {} in LoopInfoStack() function
80 void LoopInfoStack::push(BasicBlock *Header) { in push()86 void LoopInfoStack::pop() { in pop()91 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
134 LoopInfoStack LoopStack;