Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
638 CurrentInstructions.push_back(E); in addStatement()896 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()897 for (auto *V : CurrentInstructions) in exitCFGBlockBody()932 CurrentInstructions.clear(); in exitCFGBlock()945 CurrentInstructions.clear(); in exitCFG()
509 std::vector<til::SExpr *> CurrentInstructions; variable