Searched refs:InsertHelper (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGLoopInfo.h | 236 void InsertHelper(llvm::Instruction *I) const;
|
H A D | CodeGenFunction.cpp | 2669 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2672 LoopStack.InsertHelper(I); in InsertHelper() 2677 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2680 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, InsertPt); in InsertHelper() 2682 CGF->InsertHelper(I, Name, InsertPt); in InsertHelper()
|
H A D | CGBuilder.h | 37 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
H A D | CGLoopInfo.cpp | 840 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
H A D | CodeGenFunction.h | 345 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 64 virtual void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 83 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 85 IRBuilderDefaultInserter::InsertHelper(I, Name, InsertPt); in InsertHelper() 143 Inserter.InsertHelper(I, Name, InsertPt);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 504 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function in __anondf5662880411::IRBuilderPrefixedInserter 506 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), in InsertHelper()
|