Home
last modified time | relevance | path

Searched refs:InsertPointGuard (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp82 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp180 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop()
551 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP()
1158 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally()
1317 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally()
1393 BuilderType::InsertPointGuard Guard(Builder); in visitAddRecExpr()
1635 BuilderType::InsertPointGuard Guard(Builder); in expand()
1673 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h197 class InsertPointGuard {
203 InsertPointGuard(const InsertPointGuard &) LLVM_DELETED_FUNCTION;
204 InsertPointGuard &operator=(const InsertPointGuard &) LLVM_DELETED_FUNCTION;
207 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
211 ~InsertPointGuard() { in ~InsertPointGuard()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp272 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DIRBuilderTest.cpp281 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp160 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in EmitOpenMPUpdateLocation()
225 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in GetOpenMPThreadID()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1959 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
H A DLoopVectorize.cpp1584 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()