Searched refs:identifyAliveSuccessors (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | Attributor.cpp | 2934 identifyAliveSuccessors(Attributor &A, const CallBase &CB, in identifyAliveSuccessors() function 2950 identifyAliveSuccessors(Attributor &A, const InvokeInst &II, in identifyAliveSuccessors() function 2954 identifyAliveSuccessors(A, cast<CallBase>(II), AA, AliveSuccessors); in identifyAliveSuccessors() 2988 identifyAliveSuccessors(Attributor &A, const BranchInst &BI, in identifyAliveSuccessors() function 3013 identifyAliveSuccessors(Attributor &A, const SwitchInst &SI, in identifyAliveSuccessors() function 3070 UsedAssumedInformation = identifyAliveSuccessors(A, cast<CallInst>(*I), in updateImpl() 3074 UsedAssumedInformation = identifyAliveSuccessors(A, cast<InvokeInst>(*I), in updateImpl() 3078 UsedAssumedInformation = identifyAliveSuccessors(A, cast<BranchInst>(*I), in updateImpl() 3082 UsedAssumedInformation = identifyAliveSuccessors(A, cast<SwitchInst>(*I), in updateImpl()
|