Searched refs:BlocksAndCallsToIgnore (Results 1 – 2 of 2) sorted by relevance
179 DenseSet<BasicBlock *> BlocksAndCallsToIgnore; in SampleProfileProber() local180 computeBlocksToIgnore(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()182 computeProbeId(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()197 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeBlocksToIgnore() argument199 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() argument313 if (BlocksAndCallsToIgnore.contains(&BB)) in computeProbeId()
88 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);94 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);