Searched refs:LastEffect (Results 1 – 1 of 1) sorted by relevance
4110 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local4119 LastEffect = nullptr; in insertInstructionGuardsHelper()4122 if (LastEffect) in insertInstructionGuardsHelper()4123 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()4124 LastEffect = &*IP; in insertInstructionGuardsHelper()