Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3869 Instruction *GuardedRegionStart = nullptr, *GuardedRegionEnd = nullptr; in insertInstructionGuardsHelper() local
3876 GuardedRegionEnd = &I; in insertInstructionGuardsHelper()
3878 GuardedRegionStart = GuardedRegionEnd = &I; in insertInstructionGuardsHelper()
3887 std::make_pair(GuardedRegionStart, GuardedRegionEnd)); in insertInstructionGuardsHelper()
3889 GuardedRegionEnd = nullptr; in insertInstructionGuardsHelper()