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