Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp316 struct ICallBranchFunnel final struct
317 : TrailingObjects<ICallBranchFunnel, GlobalTypeMember *> {
318 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, in create() argument
321 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 …]