Searched refs:simplifyPartiallyRedundantLoad (Results 1 – 2 of 2) sorted by relevance
158 bool simplifyPartiallyRedundantLoad(LoadInst *LI);
1220 if (simplifyPartiallyRedundantLoad(LoadI)) in processBlock()1310 bool JumpThreadingPass::simplifyPartiallyRedundantLoad(LoadInst *LoadI) { in simplifyPartiallyRedundantLoad() function in JumpThreadingPass