Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsBranchExpansion.cpp162 bool handleSlot(Pred Predicate, Safe SafeInSlot);
169 bool handleMFLOSlot(Pred Predicate, Safe SafeInSlot);
745 bool MipsBranchExpansion::handleMFLOSlot(Pred Predicate, Safe SafeInSlot) { in handleMFLOSlot() argument
770 if (!SafeInSlot(*IInSlot, *I)) { in handleMFLOSlot()
794 bool MipsBranchExpansion::handleSlot(Pred Predicate, Safe SafeInSlot) { in handleSlot() argument
813 if (LastInstInFunction || !SafeInSlot(*IInSlot, *I)) { in handleSlot()