Home
last modified time | relevance | path

Searched refs:LastEffect (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3836 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local
3845 LastEffect = nullptr; in insertInstructionGuardsHelper()
3848 if (LastEffect) in insertInstructionGuardsHelper()
3849 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()
3850 LastEffect = &*IP; in insertInstructionGuardsHelper()