Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h156 bool simplifyPartiallyRedundantLoad(LoadInst *LI);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1212 if (simplifyPartiallyRedundantLoad(LoadI)) in processBlock()
1322 bool JumpThreadingPass::simplifyPartiallyRedundantLoad(LoadInst *LoadI) { in simplifyPartiallyRedundantLoad() function in JumpThreadingPass