Home
last modified time | relevance | path

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

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