Searched refs:GuardedRegionStart (Results 1 – 1 of 1) sorted by relevance
4135 Instruction *GuardedRegionStart = nullptr, *GuardedRegionEnd = nullptr; in insertInstructionGuardsHelper() local4141 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()