Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1634 unsigned NumChains = StoreChainDependents.size(); in apply() local
1636 StoreChainIDs.insert(std::make_pair(ChainPredID, NumChains)); in apply()
1638 StoreChainDependents.resize(NumChains + 1); in apply()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3466 unsigned NumChains = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local
3467 assert(NumChains != 0 && "Can't TF zero chains"); in SelectCodeCommon()
3473 for (unsigned i = 0; i != NumChains; ++i) { in SelectCodeCommon()