Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
704 CurrentInstructions.push_back(E); in addStatement()962 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()963 for (auto *V : CurrentInstructions) in exitCFGBlockBody()998 CurrentInstructions.clear(); in exitCFGBlock()1011 CurrentInstructions.clear(); in exitCFG()
530 std::vector<til::SExpr *> CurrentInstructions; variable