Searched refs:LastTransitions (Results 1 – 1 of 1) sorted by relevance
1676 static void inferFromTransitions(ArrayRef<PredTransition> LastTransitions, in inferFromTransitions() argument1681 for (const auto &LastTransition : LastTransitions) { in inferFromTransitions()1749 std::vector<PredTransition> LastTransitions; in inferFromRW() local1750 LastTransitions.emplace_back(); in inferFromRW()1755 LastTransitions[0].WriteSequences.emplace_back(); in inferFromRW()1764 LastTransitions[0].ReadSequences.emplace_back(); in inferFromRW()1771 LastTransitions = makePerProcessorTransitions( in inferFromRW()1772 LastTransitions[0], llvm::is_contained(ProcIndices, 0) in inferFromRW()1781 for (const PredTransition &Trans : LastTransitions) in inferFromRW()1784 LastTransitions.swap(Transitions.TransVec); in inferFromRW()[all …]