Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSyntheticCountsUtils.h34 using SccTy = std::vector<NodeRef>; variable
46 static void propagateFromSCC(const SccTy &SCC, GetProfCountTy GetProfCount,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp24 const SccTy &SCC, GetProfCountTy GetProfCount, AddCountTy AddCount) { in propagateFromSCC()
83 std::vector<SccTy> SCCs; in propagate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSCCIterator.h52 using SccTy = std::vector<NodeRef>; variable
82 SccTy CurrentSCC;