Searched refs:ICallBranchFunnels (Results 1 – 1 of 1) sorted by relevance
423 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels);1519 ArrayRef<ICallBranchFunnel *> ICallBranchFunnels) { in buildBitSetsFromDisjointSet() argument1540 for (ICallBranchFunnel *JT : ICallBranchFunnels) { in buildBitSetsFromDisjointSet()2011 std::vector<ICallBranchFunnel *> ICallBranchFunnels; in lower() local2020 ICallBranchFunnels.push_back(MI->get<ICallBranchFunnel *>()); in lower()2030 llvm::sort(ICallBranchFunnels.begin(), ICallBranchFunnels.end(), in lower()2036 buildBitSetsFromDisjointSet(TypeIds, Globals, ICallBranchFunnels); in lower()