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