Searched refs:RCount (Results 1 – 2 of 2) sorted by relevance
665 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count() local666 Count = std::min(Count, RCount); in SelectInt64Count()676 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()677 Count = std::min(Count, RCount); in SelectInt64Count()771 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64() local772 if (RCount < Count) { in SelectInt64()773 Count = RCount; in SelectInt64()794 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()795 if (RCount < Count) { in SelectInt64()796 Count = RCount; in SelectInt64()
2837 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local2838 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()2841 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()