Home
last modified time | relevance | path

Searched refs:InsertIntoBB (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp295 void InsertIntoBB::revert(Tracker &Tracker) { InsertedI->removeFromParent(); } in revert()
297 InsertIntoBB::InsertIntoBB(Instruction *InsertedI) : InsertedI(InsertedI) {} in InsertIntoBB() function in InsertIntoBB
300 void InsertIntoBB::dump() const { in dump()
H A DInstruction.cpp128 Ctx.getTracker().emplaceIfTracking<InsertIntoBB>(this); in insertBefore()
154 Ctx.getTracker().emplaceIfTracking<InsertIntoBB>(this); in insertInto()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h400 class LLVM_ABI InsertIntoBB final : public IRChangeBase {
404 InsertIntoBB(Instruction *InsertedI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp854 auto InsertTruncAt = [&](MachineBasicBlock *InsertIntoBB, in applyCombineExtendingLoads()
857 MachineInstr *PreviouslyEmitted = EmittedInsns.lookup(InsertIntoBB); in applyCombineExtendingLoads()
865 Builder.setInsertPt(*InsertIntoBB, InsertBefore); in applyCombineExtendingLoads()
868 EmittedInsns[InsertIntoBB] = NewMI; in applyCombineExtendingLoads()