Searched refs:DefV (Results 1 – 3 of 3) sorted by relevance
128 bool DominatorTree::dominates(const Value *DefV, in dominates() argument130 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates()132 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates()268 bool DominatorTree::dominates(const Value *DefV, const Use &U) const { in dominates() argument269 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates()271 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates()
1156 const MachineInstr *DefV = MRI->getVRegDef(VR); in pruneUsesTooFar() local1162 unsigned DSV = distance(DefS, DefV, RPO, M); in pruneUsesTooFar()1164 unsigned DIV = distance(DefI, DefV, RPO, M); in pruneUsesTooFar()
1851 const ExtValue &DefV = ExtI.first; in replaceInstr() local1852 assert(ExtRoot(ExtValue(ED)) == ExtRoot(DefV) && "Extender root mismatch"); in replaceInstr()1856 int32_t Diff = EV.Offset - DefV.Offset; in replaceInstr()