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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DJumpThreading.cpp128 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
778 if (SimplifyPartiallyRedundantLoad(LI))
809 /// SimplifyPartiallyRedundantLoad - If LI is an obviously partially redundant
813 bool JumpThreading::SimplifyPartiallyRedundantLoad(LoadInst *LI) { function in class:JumpThreading
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp856 if (SimplifyPartiallyRedundantLoad(LI))
922 /// SimplifyPartiallyRedundantLoad - If LI is an obviously partially redundant
926 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LI) { function in class:JumpThreadingPass

Completed in 96 milliseconds