Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp182 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop()
515 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP()
1150 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally()
1316 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally()
1392 BuilderType::InsertPointGuard Guard(Builder); in visitAddRecExpr()
1634 BuilderType::InsertPointGuard Guard(Builder); in expand()
1672 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable()
/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB()
/external/llvm/include/llvm/IR/
DIRBuilder.h196 class InsertPointGuard {
202 InsertPointGuard(const InsertPointGuard &) = delete;
203 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
206 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
210 ~InsertPointGuard() { in ~InsertPointGuard()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp272 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp283 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp357 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in emitUpdateLocation()
422 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2094 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
DLoopVectorize.cpp1559 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()