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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h155 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1157 if (SimplifyPartiallyRedundantLoad(LoadI))
1237 /// SimplifyPartiallyRedundantLoad - If LoadI is an obviously partially
1241 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LoadI) { function in class:JumpThreadingPass

Completed in 80 milliseconds