Searched refs:SubR (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | MemRegion.cpp | 1218 const auto *SubR = dyn_cast<SubRegion>(this); in getSymbolicBase() local 1220 while (SubR) { in getSymbolicBase() 1221 if (const auto *SymR = dyn_cast<SymbolicRegion>(SubR)) in getSymbolicBase() 1223 SubR = dyn_cast<SubRegion>(SubR->getSuperRegion()); in getSymbolicBase()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonHardwareLoops.cpp | 914 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 916 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 924 DistR = SubR; in computeCount() 935 unsigned SubR = MRI->createVirtualRegister(IntRC); in computeCount() local 937 BuildMI(*PH, InsertPos, DL, SubD, SubR); in computeCount() 940 DistR = SubR; in computeCount()
|
| H A D | HexagonSplitDouble.cpp | 108 const UUPairMap &PairMap, unsigned SubR); 596 const UUPairMap &PairMap, unsigned SubR) { in createHalfInstr() argument 615 SR = SubR; in createHalfInstr() 618 R = (SubR == Hexagon::isub_lo) ? P.first : P.second; in createHalfInstr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 738 for (auto &SubR : *R) 739 updateRegionTree(RI, SubR.get());
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 321 Region *SubR = RN->getNodeAs<Region>(); in getAdjustedLoopDepth() local 322 return LI->getLoopDepth(SubR->getExit()); in getAdjustedLoopDepth()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 979 const std::unique_ptr<Region> &SubR = *It; in findScopes() local 982 CHR_DEBUG(dbgs() << "Looking at subregion " << SubR.get()->getNameStr() in findScopes() 984 CHRScope *SubCHRScope = findScopes(SubR.get(), NextSubR, R, Scopes); in findScopes()
|