Searched refs:InsertHelper (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 232 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CodeGenFunction.cpp | 2587 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2591 LoopStack.InsertHelper(I); in InsertHelper() 2596 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2599 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 2601 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 | 829 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
| H A D | CodeGenFunction.h | 318 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 65 virtual void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 85 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 88 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 146 Inserter.InsertHelper(I, Name, BB, InsertPt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 513 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anonc3d49dbe0411::IRBuilderPrefixedInserter 515 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|