Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3904 identifyAliveSuccessors(Attributor &A, const CallBase &CB, in identifyAliveSuccessors() function
3921 identifyAliveSuccessors(Attributor &A, const InvokeInst &II, in identifyAliveSuccessors() function
3925 identifyAliveSuccessors(A, cast<CallBase>(II), AA, AliveSuccessors); in identifyAliveSuccessors()
3946 identifyAliveSuccessors(Attributor &A, const BranchInst &BI, in identifyAliveSuccessors() function
3971 identifyAliveSuccessors(Attributor &A, const SwitchInst &SI, in identifyAliveSuccessors() function
4031 UsedAssumedInformation = identifyAliveSuccessors(A, cast<CallInst>(*I), in updateImpl()
4035 UsedAssumedInformation = identifyAliveSuccessors(A, cast<InvokeInst>(*I), in updateImpl()
4039 UsedAssumedInformation = identifyAliveSuccessors(A, cast<BranchInst>(*I), in updateImpl()
4043 UsedAssumedInformation = identifyAliveSuccessors(A, cast<SwitchInst>(*I), in updateImpl()