Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp310 struct ICallBranchFunnel final struct
311 : TrailingObjects<ICallBranchFunnel, GlobalTypeMember *> {
312 static ICallBranchFunnel *create(BumpPtrAllocator &Alloc, CallInst *CI, in create() argument
315 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 …]