Searched refs:RCount (Results 1 – 2 of 2) sorted by relevance
660 unsigned RCount = getInt64CountDirect(RImm) + 1; in getInt64Count() local661 Count = std::min(Count, RCount); in getInt64Count()671 RCount = getInt64CountDirect(RImmWithOnes) + 1; in getInt64Count()672 Count = std::min(Count, RCount); in getInt64Count()767 unsigned RCount = getInt64CountDirect(RImm) + 1; in getInt64() local768 if (RCount < Count) { in getInt64()769 Count = RCount; in getInt64()790 RCount = getInt64CountDirect(RImmWithOnes) + 1; in getInt64()791 if (RCount < Count) { in getInt64()792 Count = RCount; in getInt64()
3035 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local3036 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()3039 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()