Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp544 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 DRewriteBuffer.cpp85 bool InsertAfter) { in InsertText() argument
90 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp627 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 DRewriteBuffer.h71 bool InsertAfter = true);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h205 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 DRISCVLoadStoreOptimizer.cpp350 bool InsertAfter = (Offset < PairedOffset) ^ MergeForward; in mergePairedInsns() local
382 if (!InsertAfter) { in mergePairedInsns()
/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriter.cpp158 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 DAtomicChange.h106 llvm::StringRef Text, bool InsertAfter = true);
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h117 bool InsertAfter = true, bool indentNewLines = false);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp268 llvm::StringRef Text, bool InsertAfter) { in insert() argument
279 if (!InsertAfter) in insert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp131 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 DRewriteObjC.cpp238 bool InsertAfter = true) { in InsertText() argument
240 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
H A DRewriteModernObjC.cpp288 bool InsertAfter = true) { in InsertText() argument
290 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()