Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp202 bool shouldExcludeEdge(const BasicBlock &Src, const BasicBlock &Dest) const { in shouldExcludeEdge() function in llvm::ProfileAnnotatorImpl
250 if (!shouldExcludeEdge(*BB, *Succ)) { in allTakenPathsExit()
338 return !shouldExcludeEdge(BB, *Succ); in ProfileAnnotatorImpl()
347 if (!shouldExcludeEdge(BB, *Succ)) { in ProfileAnnotatorImpl()