Home
last modified time | relevance | path

Searched refs:InsertedI (Results 1 – 2 of 2) 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() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h401 Instruction *InsertedI = nullptr;
404 InsertIntoBB(Instruction *InsertedI);