Home
last modified time | relevance | path

Searched refs:InsertAfter (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DPtrState.cpp263 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 DFunctionLayout.cpp46 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 DARMParallelDSP.cpp631 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 DRewriter.cpp116 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 DRewriteBuffer.h67 bool InsertAfter = true);
H A DRewriter.h116 bool InsertAfter = true, bool indentNewLines = false);
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h106 llvm::StringRef Text, bool InsertAfter = true);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp128 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 DFunctionLayout.h156 void insertBasicBlocks(BinaryBasicBlock *InsertAfter,
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp270 llvm::StringRef Text, bool InsertAfter) { in insert() argument
281 if (!InsertAfter) in insert()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp1227 TEST_F(AtomicChangeTest, InsertAfter) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp240 bool InsertAfter = true) { in InsertText() argument
242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
H A DRewriteModernObjC.cpp290 bool InsertAfter = true) { in InsertText() argument
292 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()