Home
last modified time | relevance | path

Searched refs:LoopInfoStack (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.h82 class LoopInfoStack {
83 LoopInfoStack(const LoopInfoStack &) = delete;
84 void operator=(const LoopInfoStack &) = delete;
87 LoopInfoStack() {} in LoopInfoStack() function
HDCGLoopInfo.cpp81 void LoopInfoStack::push(BasicBlock *Header, in push()
114 void LoopInfoStack::pop() { in pop()
119 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
HDCodeGenFunction.h134 LoopInfoStack LoopStack;