Home
last modified time | relevance | path

Searched refs:RemovedI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp201 RemoveFromParent::RemoveFromParent(Instruction *RemovedI) : RemovedI(RemovedI) { in RemoveFromParent() argument
202 if (auto *NextI = RemovedI->getNextNode()) in RemoveFromParent()
205 NextInstrOrBB = RemovedI->getParent(); in RemoveFromParent()
210 RemovedI->insertBefore(NextI); in revert()
213 RemovedI->insertInto(BB, BB->end()); in revert()
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h249 Instruction *RemovedI = nullptr; variable
254 RemoveFromParent(Instruction *RemovedI);
257 Instruction *getInstruction() const { return RemovedI; } in getInstruction()