Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1376 SmallVector<LoadInst*, 8> CSELoads; in simplifyPartiallyRedundantLoad() local
1424 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in simplifyPartiallyRedundantLoad()
1538 for (LoadInst *PredLoadI : CSELoads) { in simplifyPartiallyRedundantLoad()