Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
642 CurrentInstructions.push_back(E); in addStatement()900 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()901 for (auto *V : CurrentInstructions) in exitCFGBlockBody()936 CurrentInstructions.clear(); in exitCFGBlock()949 CurrentInstructions.clear(); in exitCFG()
508 std::vector<til::SExpr *> CurrentInstructions; variable