Searched refs:CurrentInstructions (Results 1 – 2 of 2) sorted by relevance
636 CurrentInstructions.push_back(E); in addStatement()911 static_cast<unsigned>(CurrentInstructions.size()), Arena); in exitCFGBlockBody()912 for (auto *V : CurrentInstructions) in exitCFGBlockBody()950 CurrentInstructions.clear(); in exitCFGBlock()964 CurrentInstructions.clear(); in exitCFG()
488 std::vector<til::SExpr*> CurrentInstructions; variable