Searched refs:LCV (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/test/Fir/ |
| H A D | embox-write.fir | 11 // CHECK-DAG: %[[LCV:.*]] = phi i64 12 // CHECK: icmp sgt i64 %[[LCV]], 0
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 1548 if (!LCV) in getExistingLazyBinding() 1556 QualType SourceRegionTy = LCV->getRegion()->getValueType(); in getExistingLazyBinding() 1571 return *LCV; in getExistingLazyBinding() 2267 const SubRegion *LazyR = LCV.getRegion(); in getInterestingValues() 2268 RegionBindingsRef B = getRegionBindings(LCV.getStore()); in getInterestingValues() 2274 return (LazyBindingsMap[LCV.getCVData()] = std::move(List)); in getInterestingValues() 2296 return (LazyBindingsMap[LCV.getCVData()] = std::move(List)); in getInterestingValues() 2440 nonloc::LazyCompoundVal LCV) { in tryBindSmallArray() argument 2462 MRMgr.getElementRegion(Ty, Idx, LCV.getRegion(), Ctx); in tryBindSmallArray() 2493 if (Optional<nonloc::LazyCompoundVal> LCV = in bindArray() local [all …]
|
| H A D | SVals.cpp | 168 QualType VisitNonLocLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitNonLocLazyCompoundVal() argument 169 return LCV.getRegion()->getValueType(); in VisitNonLocLazyCompoundVal()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 65 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint() local 68 *LCV)) { in addTaint() 70 return addPartialTaint(State, Sym, LCV->getRegion(), Kind); in addTaint()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1433 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in performFusion() local 1436 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP); in performFusion() 1437 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in performFusion() 1438 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in performFusion() 1714 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in fuseGuardedLoops() local 1717 LCV->getType(), 2, LCPHI->getName() + ".afterFC0", L1HeaderIP); in fuseGuardedLoops() 1718 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in fuseGuardedLoops() 1719 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in fuseGuardedLoops()
|
| /llvm-project-15.0.7/clang/docs/analyzer/developer-docs/ |
| H A D | RegionStore.rst | 180 // binding to 'p2' and find the LCV. 181 // Because it's a LCV, we look at our requested region
|