Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h55 using PredValueInfo = SmallVectorImpl<std::pair<Constant *, BasicBlock *>>; variable
132 Value *V, BasicBlock *BB, jumpthreading::PredValueInfo &Result,
137 jumpthreading::PredValueInfo &Result,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp644 Value *V, BasicBlock *BB, PredValueInfo &Result, in computeValueKnownInPredecessorsImpl()