Searched refs:MostDominatingInstruction (Results 1 – 1 of 1) sorted by relevance
2514 const Instruction *MostDominatingInstruction = &I; in getInvariantGroupClobberingInstruction() local2526 if (!U || U == &I || !DT.dominates(U, MostDominatingInstruction)) in getInvariantGroupClobberingInstruction()2545 MostDominatingInstruction = U; in getInvariantGroupClobberingInstruction()2549 return MostDominatingInstruction == &I ? nullptr : MostDominatingInstruction; in getInvariantGroupClobberingInstruction()