Searched refs:identifyAliveSuccessors (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| D | AttributorAttributes.cpp | 4602 identifyAliveSuccessors(Attributor &A, const CallBase &CB, in identifyAliveSuccessors() function 4619 identifyAliveSuccessors(Attributor &A, const InvokeInst &II, in identifyAliveSuccessors() function 4623 identifyAliveSuccessors(A, cast<CallBase>(II), AA, AliveSuccessors); in identifyAliveSuccessors() 4644 identifyAliveSuccessors(Attributor &A, const BranchInst &BI, in identifyAliveSuccessors() function 4669 identifyAliveSuccessors(Attributor &A, const SwitchInst &SI, in identifyAliveSuccessors() function 4739 UsedAssumedInformation = identifyAliveSuccessors(A, cast<CallInst>(*I), in updateImpl() 4743 UsedAssumedInformation = identifyAliveSuccessors(A, cast<InvokeInst>(*I), in updateImpl() 4747 UsedAssumedInformation = identifyAliveSuccessors(A, cast<BranchInst>(*I), in updateImpl() 4751 UsedAssumedInformation = identifyAliveSuccessors(A, cast<SwitchInst>(*I), in updateImpl()
|