| /freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.cpp | 263 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local 266 InsertAfter = IP == BB->end() ? std::prev(BB->end()) : IP; in HandlePotentialUse() 267 if (isa<CatchSwitchInst>(InsertAfter)) in HandlePotentialUse() 273 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse() 276 if (InsertAfter != BB->end()) in HandlePotentialUse() 277 InsertAfter = skipDebugIntrinsics(InsertAfter); in HandlePotentialUse() 279 InsertReverseInsertPt(&*InsertAfter); in HandlePotentialUse()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 544 void DbgRecord::insertAfter(DbgRecord *InsertAfter) { in insertAfter() argument 547 assert(InsertAfter->getMarker() && in insertAfter() 550 InsertAfter->getMarker()->insertDbgRecordAfter(this, InsertAfter); in insertAfter() 561 void DbgRecord::insertAfter(self_iterator InsertAfter) { in insertAfter() argument 564 assert(InsertAfter->getMarker() && in insertAfter() 567 InsertAfter->getMarker()->insertDbgRecordAfter(this, &*InsertAfter); in insertAfter() 696 void DbgMarker::insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter) { in insertDbgRecordAfter() argument 697 assert(InsertAfter->getMarker() == this && in insertDbgRecordAfter() 699 StoredDbgRecords.insert(++(InsertAfter->getIterator()), *New); in insertDbgRecordAfter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RewriteBuffer.cpp | 85 bool InsertAfter) { in InsertText() argument 90 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 627 Instruction *InsertAfter) { in InsertParallelMACs() argument 642 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 643 BasicBlock::iterator(InsertAfter)); in InsertParallelMACs() 727 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local 728 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs() 729 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | RewriteBuffer.h | 71 bool InsertAfter = true);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 205 LLVM_ABI void insertAfter(DbgRecord *InsertAfter); 210 LLVM_ABI void insertAfter(self_iterator InsertAfter); 642 LLVM_ABI void insertDbgRecordAfter(DbgRecord *New, DbgRecord *InsertAfter);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVLoadStoreOptimizer.cpp | 350 bool InsertAfter = (Offset < PairedOffset) ^ MergeForward; in mergePairedInsns() local 382 if (!InsertAfter) { in mergePairedInsns()
|
| /freebsd/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 158 bool InsertAfter, bool indentNewLines) { in InsertText() argument 194 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 106 llvm::StringRef Text, bool InsertAfter = true);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | Rewriter.h | 117 bool InsertAfter = true, bool indentNewLines = false);
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 268 llvm::StringRef Text, bool InsertAfter) { in insert() argument 279 if (!InsertAfter) in insert()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 131 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon4c5015260111::SSAIfConv 281 if (InsertAfter.insert(DefMI).second) in InstrDependenciesAllowIfConv() 388 if (InsertAfter.count(&*I)) { in findInsertionPoint() 545 InsertAfter.clear(); in canConvertIf()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 238 bool InsertAfter = true) { in InsertText() argument 240 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|
| H A D | RewriteModernObjC.cpp | 288 bool InsertAfter = true) { in InsertText() argument 290 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|