Searched refs:ICallBranchFunnel (Results 1 – 1 of 1) sorted by relevance
316 struct ICallBranchFunnel final struct317 : TrailingObjects<ICallBranchFunnel, GlobalTypeMember *> {318 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, in create() argument321 auto *Call = static_cast<ICallBranchFunnel *>( in create()323 alignof(ICallBranchFunnel))); in create()516 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels);1765 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels) { in buildBitSetsFromDisjointSet()1786 for (ICallBranchFunnel *JT : ICallBranchFunnels) { in buildBitSetsFromDisjointSet()2052 PointerUnion<GlobalTypeMember *, Metadata *, ICallBranchFunnel *>>; in lower()2297 GlobalClasses.insert(ICallBranchFunnel::create( in lower()[all …]