Searched refs:RCount (Results 1 – 2 of 2) sorted by relevance
605 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64Count() local606 Count = std::min(Count, RCount); in SelectInt64Count()616 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64Count()617 Count = std::min(Count, RCount); in SelectInt64Count()711 unsigned RCount = SelectInt64CountDirect(RImm) + 1; in SelectInt64() local712 if (RCount < Count) { in SelectInt64()713 Count = RCount; in SelectInt64()734 RCount = SelectInt64CountDirect(RImmWithOnes) + 1; in SelectInt64()735 if (RCount < Count) { in SelectInt64()736 Count = RCount; in SelectInt64()
2708 unsigned RCount = FnBeginRegionCount.back(); in EmitFunctionEnd() local2709 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch"); in EmitFunctionEnd()2712 while (LexicalBlockStack.size() != RCount) { in EmitFunctionEnd()