Searched refs:InsertHelper (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 141 void InsertHelper(llvm::Instruction *I) const;
|
| H A D | CodeGenFunction.cpp | 2309 void CodeGenFunction::InsertHelper(llvm::Instruction *I, in InsertHelper() function in CodeGenFunction 2313 LoopStack.InsertHelper(I); in InsertHelper() 2318 void CGBuilderInserter::InsertHelper( in InsertHelper() function in CGBuilderInserter 2321 llvm::IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 2323 CGF->InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
|
| H A D | CGBuilder.h | 33 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| H A D | CGLoopInfo.cpp | 371 void LoopInfoStack::InsertHelper(Instruction *I) const { in InsertHelper() function in LoopInfoStack
|
| H A D | CodeGenFunction.h | 290 void InsertHelper(llvm::Instruction *I, const llvm::Twine &Name,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | PredicateInfo.cpp | 369 auto InsertHelper = [&](Value *Op, bool isAnd, bool isOr, Value *Cond) { in processBranch() local 413 InsertHelper(Op, isAnd, isOr, Cmp); in processBranch() 421 InsertHelper(BinOp, false, false, BinOp); in processBranch()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 64 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 81 void InsertHelper(Instruction *I, const Twine &Name, in InsertHelper() function 83 IRBuilderDefaultInserter::InsertHelper(I, Name, BB, InsertPt); in InsertHelper() 795 this->InsertHelper(I, Name, BB, InsertPt);
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 143 void InsertHelper(Instruction *I, const Twine &Name, BasicBlock *BB, in InsertHelper() function in __anon241d746d0111::IRBuilderPrefixedInserter 145 IRBuilderDefaultInserter::InsertHelper(I, getNameWithPrefix(Name), BB, in InsertHelper()
|