Home
last modified time | relevance | path

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

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