Searched refs:LCV (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 1535 std::optional<nonloc::LazyCompoundVal> LCV = in getExistingLazyBinding() local 1537 if (!LCV) in getExistingLazyBinding() 1560 return *LCV; in getExistingLazyBinding() 2259 const SubRegion *LazyR = LCV.getRegion(); in getInterestingValues() 2260 RegionBindingsRef B = getRegionBindings(LCV.getStore()); in getInterestingValues() 2426 nonloc::LazyCompoundVal LCV) { in tryBindSmallArray() argument 2479 if (std::optional<nonloc::LazyCompoundVal> LCV = in bindArray() local 2482 tryBindSmallArray(B, R, AT, *LCV)) in bindArray() 2565 nonloc::LazyCompoundVal LCV) { in tryBindSmallStruct() argument 2620 if (std::optional<nonloc::LazyCompoundVal> LCV = in bindStruct() local [all …]
|
| H A D | SVals.cpp | 162 QualType VisitLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitLazyCompoundVal() argument 163 return LCV.getRegion()->getValueType(); in VisitLazyCompoundVal()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 66 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint() local 69 *LCV)) { in addTaint() 71 return addPartialTaint(State, Sym, LCV->getRegion(), Kind); in addTaint()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 1681 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in performFusion() local 1684 PHINode::Create(LCV->getType(), 2, LCPHI->getName() + ".afterFC0"); in performFusion() 1686 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in performFusion() 1687 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in performFusion() 1964 Value *LCV = LCPHI->getIncomingValue(L1LatchBBIdx); in fuseGuardedLoops() local 1967 PHINode::Create(LCV->getType(), 2, LCPHI->getName() + ".afterFC0"); in fuseGuardedLoops() 1969 L1HeaderPHI->addIncoming(LCV, FC0.Latch); in fuseGuardedLoops() 1970 L1HeaderPHI->addIncoming(UndefValue::get(LCV->getType()), in fuseGuardedLoops()
|