Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp372 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 DARMParallelDSP.cpp625 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 DRewriter.cpp112 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 DRewriteBuffer.h67 bool InsertAfter = true);
H A DRewriter.h116 bool InsertAfter = true, bool indentNewLines = false);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h337 void insertAfter(DPValue *InsertAfter);
415 void insertDPValueAfter(DPValue *New, DPValue *InsertAfter);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h106 llvm::StringRef Text, bool InsertAfter = true);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp128 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 DAtomicChange.cpp270 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 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()