Searched refs:RCount (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp660 unsigned RCount = getInt64CountDirect(RImm) + 1; local
661 Count = std::min(Count, RCount);
671 RCount = getInt64CountDirect(RImmWithOnes) + 1;
672 Count = std::min(Count, RCount);
767 unsigned RCount = getInt64CountDirect(RImm) + 1; local
768 if (RCount < Count) {
769 Count = RCount;
790 RCount = getInt64CountDirect(RImmWithOnes) + 1;
791 if (RCount < Count) {
792 Count = RCount;
[all...]
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3035 unsigned RCount = FnBeginRegionCount.back(); local
3036 assert(RCount <= LexicalBlockStack.size() && "Region stack mismatch");
3039 while (LexicalBlockStack.size() != RCount) {

Completed in 171 milliseconds