Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h157 bool simplifyPartiallyRedundantLoad(LoadInst *LI);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1113 if (simplifyPartiallyRedundantLoad(LoadI)) in processBlock()
1223 bool JumpThreadingPass::simplifyPartiallyRedundantLoad(LoadInst *LoadI) { in simplifyPartiallyRedundantLoad() function in JumpThreadingPass