ΒΆbool isPotentiallyReachable(
llvm::Attributor& A,
const llvm::Instruction& FromI,
const llvm::Function& ToFn,
const llvm::AbstractAttribute& QueryingAA,
std::function<bool(const Function&)>
GoBackwardsCB)
bool isPotentiallyReachable(
llvm::Attributor& A,
const llvm::Instruction& FromI,
const llvm::Function& ToFn,
const llvm::AbstractAttribute& QueryingAA,
std::function<bool(const Function&)>
GoBackwardsCB)
Description
Same as above but it is sufficient to reach any instruction in \p ToFn.
Declared at: llvm/include/llvm/Transforms/IPO/Attributor.h:283
Parameters
- llvm::Attributor& A
- const llvm::Instruction& FromI
- const llvm::Function& ToFn
- const llvm::AbstractAttribute& QueryingAA
- std::function<bool(const Function&)> GoBackwardsCB