Searched refs:LastTransitions (Results 1 – 1 of 1) sorted by relevance
1674 static void inferFromTransitions(ArrayRef<PredTransition> LastTransitions, in inferFromTransitions() argument1679 for (const auto &LastTransition : LastTransitions) { in inferFromTransitions()1747 std::vector<PredTransition> LastTransitions; in inferFromRW() local1748 LastTransitions.emplace_back(); in inferFromRW()1753 LastTransitions[0].WriteSequences.emplace_back(); in inferFromRW()1762 LastTransitions[0].ReadSequences.emplace_back(); in inferFromRW()1769 LastTransitions = makePerProcessorTransitions( in inferFromRW()1770 LastTransitions[0], llvm::is_contained(ProcIndices, 0) in inferFromRW()1779 for (const PredTransition &Trans : LastTransitions) in inferFromRW()1782 LastTransitions.swap(Transitions.TransVec); in inferFromRW()[all …]