Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp179 DenseSet<BasicBlock *> BlocksAndCallsToIgnore; in SampleProfileProber() local
180 computeBlocksToIgnore(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()
182 computeProbeId(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()
197 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeBlocksToIgnore() argument
199 computeEHOnlyBlocks(*F, BlocksAndCallsToIgnore); in computeBlocksToIgnore()
200 findUnreachableBlocks(BlocksAndCallsToIgnore); in computeBlocksToIgnore()
202 BlocksToIgnore.insert(BlocksAndCallsToIgnore.begin(), in computeBlocksToIgnore()
203 BlocksAndCallsToIgnore.end()); in computeBlocksToIgnore()
305 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeProbeId() argument
313 if (BlocksAndCallsToIgnore.contains(&BB)) in computeProbeId()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h88 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);
94 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);