Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4135 Instruction *GuardedRegionStart = nullptr, *GuardedRegionEnd = nullptr; in insertInstructionGuardsHelper() local
4142 GuardedRegionEnd = &I; in insertInstructionGuardsHelper()
4144 GuardedRegionStart = GuardedRegionEnd = &I; in insertInstructionGuardsHelper()
4153 std::make_pair(GuardedRegionStart, GuardedRegionEnd)); in insertInstructionGuardsHelper()
4155 GuardedRegionEnd = nullptr; in insertInstructionGuardsHelper()