Searched refs:hasOnlyLiveOutUses (Results 1 – 1 of 1) sorted by relevance
2405 static bool hasOnlyLiveOutUses(const SUnit *SU) { in hasOnlyLiveOutUses() function2437 if (!hasOnlyLiveInOpers(SU) || !hasOnlyLiveOutUses(SU)) in initVRegCycle()3084 bool isLiveOut = hasOnlyLiveOutUses(&SU); in AddPseudoTwoAddrDeps()3136 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()