Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h141 bool SimplifyPartiallyRedundantLoad(LoadInst *LI);
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1189 if (SimplifyPartiallyRedundantLoad(LoadI)) in ProcessBlock()
1272 bool JumpThreadingPass::SimplifyPartiallyRedundantLoad(LoadInst *LoadI) { in SimplifyPartiallyRedundantLoad() function in JumpThreadingPass