Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h87 void computeBlocksToIgnore(DenseSet<BasicBlock *> &BlocksToIgnore,
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp180 computeBlocksToIgnore(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()
195 void SampleProfileProber::computeBlocksToIgnore( in computeBlocksToIgnore() function in SampleProfileProber