Home
last modified time | relevance | path

Searched refs:getOptimisticEdges (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp409 for (Function *Callee : AAEdges.getOptimisticEdges()) { in updateImpl()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4724 virtual const SetVector<Function *> &getOptimisticEdges() const = 0;
4734 return AACallEdgeIterator(A, getOptimisticEdges().begin());
4739 return AACallEdgeIterator(A, getOptimisticEdges().end());
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9333 const SetVector<Function *> &getOptimisticEdges() const override { in getOptimisticEdges() function
9461 for (Function *F : CBEdges.getOptimisticEdges()) in updateImpl()
9570 const SetVector<Function *> &Edges = AAEdges->getOptimisticEdges(); in checkIfReachable()
9578 const SetVector<Function *> &Edges = AAEdges->getOptimisticEdges(); in checkIfReachable()