Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1294 SmallVector<LoadInst*, 8> CSELoads; in simplifyPartiallyRedundantLoad() local
1342 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in simplifyPartiallyRedundantLoad()
1452 for (LoadInst *PredLoadI : CSELoads) { in simplifyPartiallyRedundantLoad()