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