Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h207 class LoopInfoStack {
208 LoopInfoStack(const LoopInfoStack &) = delete;
209 void operator=(const LoopInfoStack &) = delete;
212 LoopInfoStack() {} in LoopInfoStack() function
H A DCGLoopInfo.cpp578 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc, in push()
587 void LoopInfoStack::push(BasicBlock *Header, clang::ASTContext &Ctx, in push()
816 void LoopInfoStack::pop() { in pop()
822 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper()
H A DCodeGenFunction.h285 LoopInfoStack LoopStack;
H A DCGStmtOpenMP.cpp2531 LoopInfoStack &LoopStack) { in applyConservativeSimdOrderedDirective()