Home
last modified time | relevance | path

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

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