Searched refs:hasOnlyLiveOutUses (Results 1 – 2 of 2) sorted by relevance
2236 static bool hasOnlyLiveOutUses(const SUnit *SU) { in hasOnlyLiveOutUses() function2268 if (!hasOnlyLiveInOpers(SU) || !hasOnlyLiveOutUses(SU)) in initVRegCycle()2895 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps()2947 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()
2132 static bool hasOnlyLiveOutUses(const SUnit *SU) { in hasOnlyLiveOutUses() function2165 if (!hasOnlyLiveInOpers(SU) || !hasOnlyLiveOutUses(SU)) in initVRegCycle()2824 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps()2875 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()