Searched refs:getLastInstruction (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp278 return SimpleSrc->getLastInstruction()->getParent() ==
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h140 Instruction *getLastInstruction() const { return getInstructions().back(); } function in class:llvm::SimpleDDGNode
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3791 auto getLastInstruction = [&]() -> Instruction * { local
3902 I = getLastInstruction();
3911 I = getLastInstruction();

Completed in 89 milliseconds