Searched refs:AvailableLoad (Results 1 – 1 of 1) sorted by relevance
1411 for (const auto &AvailableLoad : AvailableLoads) { in eliminatePartiallyRedundantLoad() local1412 BasicBlock *UnavailableBlock = AvailableLoad.first; in eliminatePartiallyRedundantLoad()1413 Value *LoadPtr = AvailableLoad.second; in eliminatePartiallyRedundantLoad()