Home
last modified time | relevance | path

Searched refs:ResC (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp827 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI() local
830 << " cell: " << ResC << "\n"; in visitPHI()
831 Changed |= DefC.meet(ResC, DefRR.Reg); in visitPHI()
892 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch() local
906 if (V == ResC[i]) in visitNonBranch()
908 V = ResC[i]; in visitNonBranch()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp826 Constant *ResC = ConstantInt::get(CmpType, Res); in ComputeValueKnownInPredecessorsImpl() local
827 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessorsImpl()
862 Constant *ResC; in ComputeValueKnownInPredecessorsImpl() local
864 ResC = ConstantInt::getTrue(CmpType); in ComputeValueKnownInPredecessorsImpl()
866 ResC = ConstantInt::getFalse(CmpType); in ComputeValueKnownInPredecessorsImpl()
870 Result.push_back(std::make_pair(ResC, P)); in ComputeValueKnownInPredecessorsImpl()