Home
last modified time | relevance | path

Searched refs:GuardedRegionStart (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
4141 if (GuardedRegionStart) in insertInstructionGuardsHelper()
4144 GuardedRegionStart = GuardedRegionEnd = &I; in insertInstructionGuardsHelper()
4151 if (GuardedRegionStart) { in insertInstructionGuardsHelper()
4153 std::make_pair(GuardedRegionStart, GuardedRegionEnd)); in insertInstructionGuardsHelper()
4154 GuardedRegionStart = nullptr; in insertInstructionGuardsHelper()