Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp275 return SimpleSrc->getLastInstruction()->getParent() == in areNodesMergeable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h139 Instruction *getLastInstruction() const { return getInstructions().back(); } in getLastInstruction() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4936 auto getLastInstruction = [&]() -> Instruction * { in parseFunctionBody() local
5072 I = getLastInstruction(); in parseFunctionBody()
5081 I = getLastInstruction(); in parseFunctionBody()
6633 Instruction *Inst = getLastInstruction(); in parseFunctionBody()
6649 Instruction *Inst = getLastInstruction(); in parseFunctionBody()