Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1387 SmallVector<LoadInst*, 8> CSELoads; in simplifyPartiallyRedundantLoad() local
1435 CSELoads.push_back(cast<LoadInst>(PredAvailable)); in simplifyPartiallyRedundantLoad()
1547 for (LoadInst *PredLoadI : CSELoads) { in simplifyPartiallyRedundantLoad()