Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1618 static void inferFromTransitions(ArrayRef<PredTransition> LastTransitions, in inferFromTransitions() argument
1623 for (const auto &LastTransition : LastTransitions) { in inferFromTransitions()
1691 std::vector<PredTransition> LastTransitions(1); in inferFromRW() local
1697 LastTransitions[0].WriteSequences.emplace_back(WriteSeq.begin(), in inferFromRW()
1706 LastTransitions[0].ReadSequences.emplace_back(ReadSeq.begin(), in inferFromRW()
1712 LastTransitions = makePerProcessorTransitions( in inferFromRW()
1713 LastTransitions[0], llvm::is_contained(ProcIndices, 0) in inferFromRW()
1722 for (const PredTransition &Trans : LastTransitions) in inferFromRW()
1725 LastTransitions = std::move(Transitions.TransVec); in inferFromRW()
1730 inferFromTransitions(LastTransitions, FromClassIdx, *this); in inferFromRW()