Searched refs:BlockEnd (Results 1 – 8 of 8) sorted by relevance
75 if (token->blockType() != MediaQueryToken::BlockEnd) in reverseSkipUntilComponentStart()79 if (token->blockType() == MediaQueryToken::BlockEnd) { in reverseSkipUntilComponentStart()
21 } else if (token.blockType() == MediaQueryToken::BlockEnd) { in handleToken()
46 BlockEnd, enumerator
165 if (token.blockType() == MediaQueryToken::BlockEnd && !m_blockWatcher.blockLevel()) in skipUntilBlockEnd()
94 return MediaQueryToken(type, MediaQueryToken::BlockEnd); in blockEnd()
889 SlotIndex BlockStart, BlockEnd; in transferValues() local890 std::tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB); in transferValues()894 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()898 if (BlockEnd <= End) in transferValues()903 BlockStart = BlockEnd; in transferValues()910 BlockEnd = LIS.getMBBEndIdx(MBB); in transferValues()914 VNInfo *VNI = LR.extendInBlock(BlockStart, std::min(BlockEnd, End)); in transferValues()916 if (End >= BlockEnd) in transferValues()921 if (End < BlockEnd) in transferValues()929 BlockStart = BlockEnd; in transferValues()
152 LoopBlocksDFS::RPOIterator BlockEnd = LoopBlocks.endRPO(); in CloneLoopBlocks() local155 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in CloneLoopBlocks()
291 LoopBlocksDFS::RPOIterator BlockEnd = DFS.endRPO(); in UnrollLoop() local296 for (LoopBlocksDFS::RPOIterator BB = BlockBegin; BB != BlockEnd; ++BB) { in UnrollLoop()