Searched refs:InsertHelper (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/CodeGen/ |
| H A D | IRBuilder.h | 125 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name, in InsertHelper() function 128 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 229 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CodeGenFunction.cpp | 2501 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2505 LoopStack.InsertHelper(I); in InsertHelper() 2510 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2513 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 2515 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
| H A D | CGBuilder.h | 32 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| H A D | CGLoopInfo.cpp | 810 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
| H A D | CodeGenFunction.h | 314 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 65 virtual void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 84 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 87 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 145 Inserter.InsertHelper(I, Name, BB, InsertPt);
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 129 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon3ad87db80111::IRBuilderPrefixedInserter 131 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|