Searched refs:ICallBranchFunnel (Results 1 – 1 of 1) sorted by relevance
310 struct ICallBranchFunnel final struct311 : TrailingObjects<ICallBranchFunnel, GlobalTypeMember *> {312 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, in create() argument315 auto *Call = static_cast<ICallBranchFunnel *>( in create()317 alignof(ICallBranchFunnel))); in create()480 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels);1592 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels) { in buildBitSetsFromDisjointSet()1613 for (ICallBranchFunnel *JT : ICallBranchFunnels) { in buildBitSetsFromDisjointSet()1814 PointerUnion<GlobalTypeMember *, Metadata *, ICallBranchFunnel *>>; in lower()2044 GlobalClasses.insert(ICallBranchFunnel::create( in lower()[all …]