Home
last modified time | relevance | path

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

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