Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMustExecute.h329 const Instruction *getCurrentInst() const { return CurInst; } in getCurrentInst() function
484 Found = (++EIt).getCurrentInst() == I; in findInContextOf()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp139 const Instruction *getCurrentInst() const { return CurrInst; } in getCurrentInst() function in __anon62c51cb60111::DILocationVerifier
147 assert(getCurrentInst() && "Inserted instruction without a current MI"); in createdInstr()