Searched refs:Transitions (Results 1 – 13 of 13) sorted by relevance
197 std::vector<Transition> Transitions; member in __anon1cdffbd70211::Automaton254 Transitions.emplace_back(T, this); in emit()255 Actions.insert(Transitions.back().getActions()); in emit()260 LLVM_DEBUG(dbgs() << " Each state has " << Transitions.size() in emit()275 for (Transition &T : Transitions) { in emit()289 const auto &ActionTypes = Transitions.back().getTypes(); in emit()
1040 make_range(SC.Transitions.begin(), SC.Transitions.end())) { in GenSchedClassTables()1557 if (SC.Transitions.empty()) in collectVariantClasses()1563 if (llvm::none_of(SC.Transitions, hasMCSchedPredicates)) in collectVariantClasses()1576 for (const CodeGenSchedTransition &T : SC.Transitions) { in collectProcessorIndices()1631 for (const CodeGenSchedTransition &T : SC.Transitions) { in emitSchedModelHelpersImpl()
1709 .Transitions.push_back(std::move(SCTrans)); in inferFromTransitions()1778 PredTransitions Transitions(*this); in inferFromRW() local1780 SubstitutedAny |= Transitions.substituteVariants(Trans); in inferFromRW()1781 LLVM_DEBUG(Transitions.dump()); in inferFromRW()1782 LastTransitions.swap(Transitions.TransVec); in inferFromRW()2242 if (!Transitions.empty()) { in dump()2244 for (const CodeGenSchedTransition &Transition : Transitions) { in dump()
133 std::vector<CodeGenSchedTransition> Transitions; member
193 Automaton(ArrayRef<InfoT> Transitions,200 for (const auto &I : Transitions)
78 `Cling Transitions to LLVM's Clang-Repl <https://root.cern/blog/cling-in-llvm/>`_
41 // provides a set of possible Transitions from state A, consuming an input
85 # Transitions from 2021 on are taken from:
672 # Transitions after 1952 are from Shanks & Pottenger.2068 # Transitions before 2015 are from timeanddate.com, which consulted
2589 # Transitions through 1991 are from Shanks & Pottenger.
356 GC Transitions
2502 generated code. For more details, see :ref:`GC Transitions
6426 unsigned Transitions = Record[Idx++]; in ReadPragmaDiagnosticMappings() local6433 F.StateTransitions.reserve(F.StateTransitions.size() + Transitions); in ReadPragmaDiagnosticMappings()6434 for (unsigned I = 0; I != Transitions; ++I) { in ReadPragmaDiagnosticMappings()