Searched refs:OutsideUses (Results 1 – 1 of 1) sorted by relevance
4013 SmallVector<Use *, 4> OutsideUses; in insertInstructionGuardsHelper() local4017 OutsideUses.push_back(&U); in insertInstructionGuardsHelper()4020 if (OutsideUses.empty()) in insertInstructionGuardsHelper()4044 for (Use *U : OutsideUses) in insertInstructionGuardsHelper()