Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1338 SmallVector<LoadInst*, 8> CSELoads; in SimplifyPartiallyRedundantLoad() local
1382 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in SimplifyPartiallyRedundantLoad()
1495 for (LoadInst *PredLoadI : CSELoads) { in SimplifyPartiallyRedundantLoad()