| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 372 void DPValue::insertAfter(DPValue *InsertAfter) { in insertAfter() argument 375 assert(InsertAfter->getMarker() && in insertAfter() 378 InsertAfter->getMarker()->insertDPValueAfter(this, InsertAfter); in insertAfter() 483 void DPMarker::insertDPValueAfter(DPValue *New, DPValue *InsertAfter) { in insertDPValueAfter() argument 484 assert(InsertAfter->getMarker() == this && in insertDPValueAfter() 486 StoredDPValues.insert(++(InsertAfter->getIterator()), *New); in insertDPValueAfter()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 625 Instruction *InsertAfter) { in InsertParallelMACs() argument 639 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 640 BasicBlock::iterator(InsertAfter)); in InsertParallelMACs() 720 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local 721 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs() 722 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 112 bool InsertAfter) { in InsertText() argument 116 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText() 253 bool InsertAfter, bool indentNewLines) { in InsertText() argument 289 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteBuffer.h | 67 bool InsertAfter = true);
|
| H A D | Rewriter.h | 116 bool InsertAfter = true, bool indentNewLines = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 337 void insertAfter(DPValue *InsertAfter); 415 void insertDPValueAfter(DPValue *New, DPValue *InsertAfter);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 106 llvm::StringRef Text, bool InsertAfter = true);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anone8860c9c0111::SSAIfConv 274 if (InsertAfter.insert(DefMI).second) in InstrDependenciesAllowIfConv() 381 if (InsertAfter.count(&*I)) { in findInsertionPoint() 538 InsertAfter.clear(); in canConvertIf()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 270 llvm::StringRef Text, bool InsertAfter) { in insert() argument 281 if (!InsertAfter) in insert()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 240 bool InsertAfter = true) { in InsertText() argument 242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|
| H A D | RewriteModernObjC.cpp | 290 bool InsertAfter = true) { in InsertText() argument 292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|