Searched refs:Reorders (Results 1 – 1 of 1) sorted by relevance
4101 SmallVector<std::pair<Instruction *, Instruction *>> Reorders; in insertInstructionGuardsHelper() local4115 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()4118 for (auto &Reorder : Reorders) in insertInstructionGuardsHelper()