Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp826 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI() local
829 << " cell: " << ResC << "\n"; in visitPHI()
830 Changed |= DefC.meet(ResC, DefRR.Reg); in visitPHI()
890 RegisterCell ResC = ME.getCell(RD, ResMap); in visitNonBranch() local
904 if (V == ResC[i]) in visitNonBranch()
906 V = ResC[i]; in visitNonBranch()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp815 Constant *ResC = ConstantInt::get(CmpType, Res); in computeValueKnownInPredecessorsImpl() local
816 Result.emplace_back(ResC, P); in computeValueKnownInPredecessorsImpl()
847 Constant *ResC; in computeValueKnownInPredecessorsImpl() local
849 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()
851 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
855 Result.emplace_back(ResC, P); in computeValueKnownInPredecessorsImpl()