Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h158 bool simplifyPartiallyRedundantLoad(LoadInst *LI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1220 if (simplifyPartiallyRedundantLoad(LoadI)) in processBlock()
1310 bool JumpThreadingPass::simplifyPartiallyRedundantLoad(LoadInst *LoadI) { in simplifyPartiallyRedundantLoad() function in JumpThreadingPass