Searched refs:ProcIndex (Results 1 – 3 of 3) sorted by relevance
331 unsigned ProcIndex = ProcModelMap.find(SchedModel)->second; in processSTIPredicate() local333 ProcMask.setBit(ProcIndex); in processSTIPredicate()348 if (OpcodeMasks[OpcodeIdx].first[ProcIndex]) { in processSTIPredicate()1321 unsigned ProcIndex = 0; member1326 ProcIndex = ProcId; in PredTransition()1486 getAllPredicates(Variants, TransVec[TransIdx].ProcIndex); in getIntersectingVariants()1622 assert(Trans.ProcIndex != 0); in substituteVariants()1623 TransVec.emplace_back(Trans.PredTerm, Trans.ProcIndex); in substituteVariants()1696 SCTrans.ProcIndex = LastTransition.ProcIndex; in inferFromTransitions()1731 PerCpuTransVec.back().ProcIndex = ProcId; in makePerProcessorTransitions()[all …]
1041 if (CGT.ProcIndex == ProcModel.Index) { in GenSchedClassTables()1578 std::set_union(&T.ProcIndex, &T.ProcIndex + 1, ProcIndices.begin(), in collectProcessorIndices()1632 if (PI != 0 && T.ProcIndex != PI) in emitSchedModelHelpersImpl()
95 unsigned ProcIndex; member