Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2508 const Instruction *MostDominatingInstruction = &I; in getInvariantGroupClobberingInstruction() local
2512 if (!U || U == &I || !DT.dominates(U, MostDominatingInstruction)) in getInvariantGroupClobberingInstruction()
2520 MostDominatingInstruction = U; in getInvariantGroupClobberingInstruction()
2524 return MostDominatingInstruction == &I ? nullptr : MostDominatingInstruction; in getInvariantGroupClobberingInstruction()