Searched refs:ProcIndex (Results 1 – 3 of 3) sorted by relevance
349 unsigned ProcIndex = ProcModelMap.find(SchedModel)->second; in processSTIPredicate() local351 ProcMask.setBit(ProcIndex); in processSTIPredicate()366 if (OpcodeMasks[OpcodeIdx].first[ProcIndex]) { in processSTIPredicate()1340 unsigned ProcIndex = 0; member1345 ProcIndex = ProcId; in PredTransition()1505 getAllPredicates(Variants, TransVec[TransIdx].ProcIndex); in getIntersectingVariants()1641 assert(Trans.ProcIndex != 0); in substituteVariants()1642 TransVec.emplace_back(Trans.PredTerm, Trans.ProcIndex); in substituteVariants()1715 SCTrans.ProcIndex = LastTransition.ProcIndex; in inferFromTransitions()1750 PerCpuTransVec.back().ProcIndex = ProcId; in makePerProcessorTransitions()[all …]
1055 if (CGT.ProcIndex == ProcModel.Index) { in GenSchedClassTables()1648 std::set_union(&T.ProcIndex, &T.ProcIndex + 1, ProcIndices.begin(), in collectProcessorIndices()1702 if (PI != 0 && T.ProcIndex != PI) in emitSchedModelHelpersImpl()
102 unsigned ProcIndex; member