Searched refs:CurrIdx (Results 1 – 5 of 5) sorted by relevance
224 uint64_t CurrIdx = CounterInfo.CurrChunkIdx; in shouldExecuteImpl() local228 if (CurrIdx >= CounterInfo.Chunks.size()) in shouldExecuteImpl()231 bool Res = CounterInfo.Chunks[CurrIdx].contains(CurrCount); in shouldExecuteImpl()232 if (Us.BreakOnLast && CurrIdx == (CounterInfo.Chunks.size() - 1) && in shouldExecuteImpl()233 CurrCount == CounterInfo.Chunks[CurrIdx].End) { in shouldExecuteImpl()236 if (CurrCount > CounterInfo.Chunks[CurrIdx].End) { in shouldExecuteImpl()
984 for (unsigned CurrIdx = StartIdx; CurrIdx <= EndIdx; CurrIdx++) { in createCandidatesFromSuffixTree() local985 unsigned Key = IntegerMapping[CurrIdx]; in createCandidatesFromSuffixTree()
1519 SlotIndex CurrIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef() local1521 CurrIdx.getRegSlot(NewMI.getOperand(0).isEarlyClobber()); in reMaterializeTrivialDef()1545 SlotIndex CurrIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef() local1549 CurrIdx.getRegSlot(NewMI.getOperand(0).isEarlyClobber()); in reMaterializeTrivialDef()1557 if (VNInfo *RmValNo = SR.getVNInfoAt(CurrIdx.getRegSlot())) { in reMaterializeTrivialDef()
1308 SlotIndex CurrIdx = getCurrSlot(); in bumpDownwardPressure() local1310 = findUseBetween(Reg, LastUseMask, CurrIdx, SlotIdx, *MRI, LIS); in bumpDownwardPressure()
15186 unsigned CurrIdx = Subtarget->usePRTStrictNull() ? 0 : (InitIdx - 1); in AddMemOpInit() local15189 for (; SizeLeft; SizeLeft--, CurrIdx++) { in AddMemOpInit()15199 .addImm(SIRegisterInfo::getSubRegFromChannel(CurrIdx)); in AddMemOpInit()