Searched refs:LastEffect (Results 1 – 1 of 1) sorted by relevance
4102 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local4111 LastEffect = nullptr; in insertInstructionGuardsHelper()4114 if (LastEffect) in insertInstructionGuardsHelper()4115 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()4116 LastEffect = &*IP; in insertInstructionGuardsHelper()