Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h140 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3913 auto getLastInstruction = [&]() -> Instruction * { in parseFunctionBody() local