Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
617 CurrentInstructions.push_back(E); in addStatement()877 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()878 for (auto *V : CurrentInstructions) in exitCFGBlockBody()913 CurrentInstructions.clear(); in exitCFGBlock()926 CurrentInstructions.clear(); in exitCFG()
490 std::vector<til::SExpr*> CurrentInstructions; variable