Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2224 static bool hasOnlyLiveInOpers(const SUnit *SU) { in hasOnlyLiveInOpers() function
2280 if (!hasOnlyLiveInOpers(SU) || !hasOnlyLiveOutUses(SU)) in initVRegCycle()