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