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