Searched refs:BlockNumberOfExecutionsInfo (Results 1 – 2 of 2) sorted by relevance
33 Region ®ion, DenseMap<Block *, BlockNumberOfExecutionsInfo> &blockInfo) { in computeRegionBlockNumberOfExecutions()96 {block, BlockNumberOfExecutionsInfo(block, numRegionInvocations, in computeRegionBlockNumberOfExecutions()110 blockInfo.insert({&block, BlockNumberOfExecutionsInfo( in computeRegionBlockNumberOfExecutions()149 auto getNumberOfExecutions = [&](const BlockNumberOfExecutionsInfo &info) { in getNumberOfExecutions()226 BlockNumberOfExecutionsInfo::BlockNumberOfExecutionsInfo( in BlockNumberOfExecutionsInfo() function in BlockNumberOfExecutionsInfo232 Optional<int64_t> BlockNumberOfExecutionsInfo::getNumberOfExecutions() const { in getNumberOfExecutions()238 Optional<int64_t> BlockNumberOfExecutionsInfo::getNumberOfExecutions( in getNumberOfExecutions()
28 class BlockNumberOfExecutionsInfo; variable72 DenseMap<Block *, BlockNumberOfExecutionsInfo> blockNumbersOfExecution;76 class BlockNumberOfExecutionsInfo {78 BlockNumberOfExecutionsInfo(Block *block,