Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp80 IRBuilder<>::InsertPointGuard Guard(*Builder); in getTrapBB()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp201 BuilderType::InsertPointGuard Guard(Builder); in InsertBinop()
528 BuilderType::InsertPointGuard Guard(Builder); in expandAddToGEP()
1159 BuilderType::InsertPointGuard Guard(Builder); in getAddRecExprPHILiterally()
1324 BuilderType::InsertPointGuard Guard(Builder); in expandAddRecExprLiterally()
1638 BuilderType::InsertPointGuard Guard(Builder); in expand()
1676 BuilderType::InsertPointGuard Guard(Builder); in getOrInsertCanonicalInductionVariable()
DMemoryBuiltins.cpp639 BuilderTy::InsertPointGuard Guard(Builder); in compute_()
/external/llvm/include/llvm/IR/
DIRBuilder.h188 class InsertPointGuard {
194 InsertPointGuard(const InsertPointGuard &) = delete;
195 InsertPointGuard &operator=(const InsertPointGuard &) = delete;
198 InsertPointGuard(IRBuilderBase &B) in InsertPointGuard() function
202 ~InsertPointGuard() { in ~InsertPointGuard()
/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp271 IRBuilder<>::InsertPointGuard Guard(Builder); in FlattenParallelAndOr()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp320 IRBuilder<>::InsertPointGuard Guard(Builder); in TEST_F()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp429 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in emitUpdateLocation()
494 CGBuilderTy::InsertPointGuard IPG(CGF.Builder); in getThreadID()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1466 IRBuilderBase::InsertPointGuard Guard(*Builder); in visitGetElementPtrInst()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2171 IRBuilder<>::InsertPointGuard Guard(Builder); in vectorizeTree()
DLoopVectorize.cpp1949 IRBuilder<>::InsertPointGuard Guard(Builder); in getBroadcastInstrs()