Home
last modified time | relevance | path

Searched defs:getLastInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h138 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4855 auto getLastInstruction = [&]() -> Instruction * { in parseFunctionBody() local