Home
last modified time | relevance | path

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

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