Searched refs:DefV (Results 1 – 3 of 3) sorted by relevance
135 bool DominatorTree::dominates(const Value *DefV, in dominates() argument 137 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() 139 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates() 268 bool DominatorTree::dominates(const Value *DefV, const Use &U) const { in dominates() argument 269 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates() 271 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates()
1138 const MachineInstr *DefV = MRI->getVRegDef(VR); in pruneUsesTooFar() local1144 unsigned DSV = distance(DefS, DefV, RPO, M); in pruneUsesTooFar()1146 unsigned DIV = distance(DefI, DefV, RPO, M); in pruneUsesTooFar()
1856 const ExtValue &DefV = ExtI.first; in replaceInstr() local1857 assert(ExtRoot(ExtValue(ED)) == ExtRoot(DefV) && "Extender root mismatch"); in replaceInstr()1861 int32_t Diff = EV.Offset - DefV.Offset; in replaceInstr()