Searched refs:LCV (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 496 const RecordDecl *RD, nonloc::LazyCompoundVal LCV); 508 const ArrayType *AT, nonloc::LazyCompoundVal LCV); 619 const SValListTy &getInterestingValues(nonloc::LazyCompoundVal LCV); 1535 std::optional<nonloc::LazyCompoundVal> LCV = in getExistingLazyBinding() local 1537 if (!LCV) in getExistingLazyBinding() 1545 QualType SourceRegionTy = LCV->getRegion()->getValueType(); in getExistingLazyBinding() 1560 return *LCV; in getExistingLazyBinding() 2250 RegionStoreManager::getInterestingValues(nonloc::LazyCompoundVal LCV) { in getInterestingValues() argument 2252 LazyBindingsMapTy::iterator I = LazyBindingsMap.find(LCV.getCVData()); in getInterestingValues() 2259 const SubRegion *LazyR = LCV.getRegion(); in getInterestingValues() [all …]
|
H A D | SVals.cpp | 162 QualType VisitLazyCompoundVal(nonloc::LazyCompoundVal LCV) { in VisitLazyCompoundVal() argument 163 return LCV.getRegion()->getValueType(); in VisitLazyCompoundVal()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 67 if (auto LCV = V.getAs<nonloc::LazyCompoundVal>()) { in addTaint() local 70 *LCV)) { in addTaint() 72 return addPartialTaint(State, Sym, LCV->getRegion(), Kind); in addTaint()
|
/freebsd/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(PoisonValue::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()
|