Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4102 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local
4111 LastEffect = nullptr; in insertInstructionGuardsHelper()
4114 if (LastEffect) in insertInstructionGuardsHelper()
4115 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()
4116 LastEffect = &*IP; in insertInstructionGuardsHelper()