Searched refs:SimplifyPartiallyRedundantLoad (Results 1 – 1 of 1) sorted by relevance
132 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);800 if (SimplifyPartiallyRedundantLoad(LI)) in ProcessBlock()834 bool JumpThreading::SimplifyPartiallyRedundantLoad(LoadInst *LI) { in SimplifyPartiallyRedundantLoad() function in JumpThreading