Searched defs:DepSI (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | VNCoercion.cpp | 212 analyzeLoadFromClobberingStore(Type * LoadTy,Value * LoadPtr,StoreInst * DepSI,const DataLayout & DL) analyzeLoadFromClobberingStore() argument |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | GVN.cpp | 1246 if (StoreInst *DepSI = dyn_cast<StoreInst>(DepInst)) { AnalyzeLoadAvailability() local |
H A D | NewGVN.cpp | 1449 if (auto *DepSI = dyn_cast<StoreInst>(DepInst)) { performSymbolicLoadCoercion() local |