Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp423 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels);
1519 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels) { in buildBitSetsFromDisjointSet() argument
1540 for (ICallBranchFunnel *JT : ICallBranchFunnels) { in buildBitSetsFromDisjointSet()
2011 std::vector<ICallBranchFunnel *> ICallBranchFunnels; in lower() local
2020 ICallBranchFunnels.push_back(MI->get<ICallBranchFunnel *>()); in lower()
2030 llvm::sort(ICallBranchFunnels.begin(), ICallBranchFunnels.end(), in lower()
2036 buildBitSetsFromDisjointSet(TypeIds, Globals, ICallBranchFunnels); in lower()