reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
397 BlockValueStack.push_back(BV); 511 BlockValueStack.begin(), BlockValueStack.end()); 511 BlockValueStack.begin(), BlockValueStack.end()); 514 while (!BlockValueStack.empty()) { 535 BlockValueStack.clear(); 538 std::pair<BasicBlock *, Value *> e = BlockValueStack.back(); 543 assert(BlockValueStack.back() == e && "Nothing should have been pushed!"); 551 BlockValueStack.pop_back(); 555 assert(BlockValueStack.back() != e && "Stack should have been pushed!"); 1556 assert(BlockValueStack.empty() && BlockValueSet.empty());