| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | FunctionLayout.cpp | 46 void FunctionLayout::insertBasicBlocks(BinaryBasicBlock *InsertAfter, in insertBasicBlocks() argument 52 InsertAfter ? std::next(findBasicBlockPos(InsertAfter)) : Blocks.begin(); in insertBasicBlocks() 56 InsertAfter ? InsertAfter->getFragmentNum().get() + 1 : 1; in insertBasicBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 631 Instruction *InsertAfter) { in InsertParallelMACs() argument 645 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 646 BasicBlock::iterator(InsertAfter)); in InsertParallelMACs() 726 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local 727 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs() 728 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
| /llvm-project-15.0.7/clang/lib/Rewrite/ |
| H A D | Rewriter.cpp | 116 bool InsertAfter) { in InsertText() argument 120 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText() 257 bool InsertAfter, bool indentNewLines) { in InsertText() argument 293 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
|
| /llvm-project-15.0.7/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);
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 106 llvm::StringRef Text, bool InsertAfter = true);
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | EarlyIfConversion.cpp | 128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon1f7aa2560111::SSAIfConv 275 if (InsertAfter.insert(DefMI).second) in InstrDependenciesAllowIfConv() 373 if (InsertAfter.count(&*I)) { in findInsertionPoint() 532 InsertAfter.clear(); in canConvertIf()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | FunctionLayout.h | 156 void insertBasicBlocks(BinaryBasicBlock *InsertAfter,
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 270 llvm::StringRef Text, bool InsertAfter) { in insert() argument 281 if (!InsertAfter) in insert()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 1227 TEST_F(AtomicChangeTest, InsertAfter) { in TEST_F() argument
|
| /llvm-project-15.0.7/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()
|