Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h273 call_iterator call_end() { return call_iterator(Edges.end(), Edges.end()); } in call_end() function
276 return make_range(call_begin(), call_end()); in calls()
H A DDXILResource.h560 call_iterator call_end() { return call_iterator(CallMap.end()); } in call_end() function
562 return make_range(call_begin(), call_end()); in calls()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp828 auto E = (*N)->call_end(); in switchInternalEdgeToRef()
841 E = (*N)->call_end(); in switchInternalEdgeToRef()
1920 [](Node &N) { return N->call_end(); }, in buildSCCs()