Searched refs:SimplifyPartiallyRedundantLoad (Results 1 – 2 of 2) sorted by relevance
141 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
1189 if (SimplifyPartiallyRedundantLoad(LoadI)) in ProcessBlock()1272 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LoadI) { in SimplifyPartiallyRedundantLoad() function in JumpThreadingPass