Home
last modified time | relevance | path

Searched refs:SimplifyPartiallyRedundantLoad (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp132 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
800 if (SimplifyPartiallyRedundantLoad(LI)) in ProcessBlock()
834 bool JumpThreading::SimplifyPartiallyRedundantLoad(LoadInst *LI) { in SimplifyPartiallyRedundantLoad() function in JumpThreading