Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2865 SUnit *PrevSU = Cur.getSUnit(); in earliestCycleInChain() local
2866 if (Visited.count(PrevSU)) in earliestCycleInChain()
2868 std::map<SUnit *, int>::const_iterator it = InstrToCycle.find(PrevSU); in earliestCycleInChain()
2872 for (const auto &PI : PrevSU->Preds) in earliestCycleInChain()
2875 Visited.insert(PrevSU); in earliestCycleInChain()