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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h150 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1168 if (SimplifyPartiallyRedundantLoad(LoadI))
1248 /// SimplifyPartiallyRedundantLoad - If LoadI is an obviously partially
1252 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LoadI) { function in class:JumpThreadingPass

Completed in 199 milliseconds