Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
703 CurrentInstructions.push_back(E);961 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody() 962 for (auto *V : CurrentInstructions) in exitCFGBlockBody() 997 CurrentInstructions.clear();1010 CurrentInstructions.clear(); in printSCFG()
524 std::vector<til::SExpr *> CurrentInstructions; variable