Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInlineCost.cpp2218 auto IsEdgeDead = [&](BasicBlock *Pred, BasicBlock *Succ) { in findDeadBlocks() local
2229 [&](BasicBlock *P) { return IsEdgeDead(P, BB); })); in findDeadBlocks()