Searched refs:BlockQueue (Results 1 – 1 of 1) sorted by relevance
1065 std::deque<const CFGBlock *> BlockQueue; in fillReachableBlocks() local1068 BlockQueue.push_back(&Cfg->getEntry()); in fillReachableBlocks()1076 BlockQueue.push_back(B); in fillReachableBlocks()1079 while (!BlockQueue.empty()) { in fillReachableBlocks()1080 const CFGBlock *P = BlockQueue.front(); in fillReachableBlocks()1081 BlockQueue.pop_front(); in fillReachableBlocks()1084 BlockQueue.push_back(B); in fillReachableBlocks()1097 while (!BlockQueue.empty()) { in checkFallThroughIntoBlock()1098 const CFGBlock *P = BlockQueue.front(); in checkFallThroughIntoBlock()1099 BlockQueue.pop_front(); in checkFallThroughIntoBlock()[all …]