Searched refs:LastEffect (Results 1 – 1 of 1) sorted by relevance
3836 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local3845 LastEffect = nullptr; in insertInstructionGuardsHelper()3848 if (LastEffect) in insertInstructionGuardsHelper()3849 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()3850 LastEffect = &*IP; in insertInstructionGuardsHelper()