Home
last modified time | relevance | path

Searched refs:AvailableLoad (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1188 for (const auto &AvailableLoad : AvailableLoads) { in eliminatePartiallyRedundantLoad() local
1189 BasicBlock *UnavailableBlock = AvailableLoad.first; in eliminatePartiallyRedundantLoad()
1190 Value *LoadPtr = AvailableLoad.second; in eliminatePartiallyRedundantLoad()