Home
last modified time | relevance | path

Searched refs:getFirstInstruction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp275 SimpleTgt->getFirstInstruction()->getParent(); in areNodesMergeable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h137 Instruction *getFirstInstruction() const { return getInstructions().front(); } in getFirstInstruction() function