Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp757 bool LastInstInFunction = in handleMFLOSlot() local
764 if (!LastInstInFunction) { in handleMFLOSlot()
766 LastInstInFunction |= Res.second; in handleMFLOSlot()
768 if (LastInstInFunction) in handleMFLOSlot()
805 bool LastInstInFunction = in handleSlot() local
807 if (!LastInstInFunction) { in handleSlot()
809 LastInstInFunction |= Res.second; in handleSlot()
813 if (LastInstInFunction || !SafeInSlot(*IInSlot, *I)) { in handleSlot()