Searched refs:BlocksAndCallsToIgnore (Results 1 – 2 of 2) sorted by relevance
177 DenseSet<BasicBlock *> BlocksAndCallsToIgnore; in SampleProfileProber() local178 computeBlocksToIgnore(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()180 computeProbeId(BlocksToIgnore, BlocksAndCallsToIgnore); in SampleProfileProber()195 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeBlocksToIgnore() argument197 computeEHOnlyBlocks(*F, BlocksAndCallsToIgnore); in computeBlocksToIgnore()198 findUnreachableBlocks(BlocksAndCallsToIgnore); in computeBlocksToIgnore()200 BlocksToIgnore.insert_range(BlocksAndCallsToIgnore); in computeBlocksToIgnore()302 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore) { in computeProbeId() argument310 if (BlocksAndCallsToIgnore.contains(&BB)) in computeProbeId()
89 DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);95 const DenseSet<BasicBlock *> &BlocksAndCallsToIgnore);