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.cpp4110 Instruction *LastEffect = nullptr; in insertInstructionGuardsHelper() local
4119 LastEffect = nullptr; in insertInstructionGuardsHelper()
4122 if (LastEffect) in insertInstructionGuardsHelper()
4123 Reorders.push_back({I, LastEffect}); in insertInstructionGuardsHelper()
4124 LastEffect = &*IP; in insertInstructionGuardsHelper()