Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.h197 class LoopInfoStack {
198 LoopInfoStack(const LoopInfoStack &) = delete;
199 void operator=(const LoopInfoStack &) = delete;
202 LoopInfoStack() {} in LoopInfoStack() function
H A DCGLoopInfo.cpp586 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push()
595 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, in push()
804 void LoopInfoStack::pop() { in pop()
810 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
H A DCodeGenFunction.h273 LoopInfoStack LoopStack;