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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp132 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
800 if (SimplifyPartiallyRedundantLoad(LI))
831 /// SimplifyPartiallyRedundantLoad - If LI is an obviously partially redundant
835 bool JumpThreading::SimplifyPartiallyRedundantLoad(LoadInst *LI) { function in class:JumpThreading

Completed in 85 milliseconds