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.cpp177 DenseSet<BasicBlock *> BlocksAndCallsToIgnore; in SampleProfileProber() local
178 computeBlocksToIgnore(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()
180 computeProbeId(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()
195 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeBlocksToIgnore() argument
197 computeEHOnlyBlocks(*F, BlocksAndCallsToIgnore); in computeBlocksToIgnore()
198 findUnreachableBlocks(BlocksAndCallsToIgnore); in computeBlocksToIgnore()
200 BlocksToIgnore.insert_range(BlocksAndCallsToIgnore); in computeBlocksToIgnore()
302 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeProbeId() argument
310 if (BlocksAndCallsToIgnore.contains(&BB)) in computeProbeId()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileProbe.h89 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);
95 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);