Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1364 SmallVector<LoadInst*, 8> CSELoads; in simplifyPartiallyRedundantLoad() local
1412 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in simplifyPartiallyRedundantLoad()
1524 for (LoadInst *PredLoadI : CSELoads) { in simplifyPartiallyRedundantLoad()