Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraphSCCPass.h36 explicit CallGraphSCCPass(char &pid) : Pass(PT_CallGraphSCC, pid) {} in CallGraphSCCPass()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DPass.h67 PT_CallGraphSCC, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp970 case PT_CallGraphSCC: in main()