Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h85 void findUnreachableBlocks(DenseSet<BasicBlock *> &BlocksToIgnore);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp200 findUnreachableBlocks(BlocksAndCallsToIgnore); in computeBlocksToIgnore()
215 void SampleProfileProber::findUnreachableBlocks( in findUnreachableBlocks() function in SampleProfileProber