Searched refs:shouldExcludeEdge (Results 1 – 1 of 1) sorted by relevance
202 bool shouldExcludeEdge(const BasicBlock &Src, const BasicBlock &Dest) const { in shouldExcludeEdge() function in llvm::ProfileAnnotatorImpl250 if (!shouldExcludeEdge(*BB, *Succ)) { in allTakenPathsExit()338 return !shouldExcludeEdge(BB, *Succ); in ProfileAnnotatorImpl()347 if (!shouldExcludeEdge(BB, *Succ)) { in ProfileAnnotatorImpl()