Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2256 static bool hasOnlyLiveOutUses(const SUnit *SU) { in hasOnlyLiveOutUses() function
2289 if (!hasOnlyLiveInOpers(SU) || !hasOnlyLiveOutUses(SU)) in initVRegCycle()
2926 bool isLiveOut = hasOnlyLiveOutUses(SU); in AddPseudoTwoAddrDeps()
2977 (isLiveOut && !hasOnlyLiveOutUses(SuccSU)) || in AddPseudoTwoAddrDeps()