Searched refs:DefV (Results 1 – 4 of 4) sorted by relevance
148 bool DominatorTree::dominates(const Value *DefV, in dominates() argument150 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates()152 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates()281 bool DominatorTree::dominates(const Value *DefV, const Use &U) const { in dominates() argument282 const Instruction *Def = dyn_cast<Instruction>(DefV); in dominates()284 assert((isa<Argument>(DefV) || isa<Constant>(DefV)) && in dominates()
576 for (VPValue *DefV : R->definedValues()) { in calculateRegisterUsageForPlan()577 Type *ScalarTy = TypeInfo.inferScalarType(DefV); in calculateRegisterUsageForPlan()
1134 const MachineInstr *DefV = MRI->getVRegDef(VR); in pruneUsesTooFar() local1140 unsigned DSV = distance(DefS, DefV, RPO, M); in pruneUsesTooFar()1142 unsigned DIV = distance(DefI, DefV, RPO, M); in pruneUsesTooFar()
1837 const ExtValue &DefV = ExtI.first; in replaceInstr() local1838 assert(ExtRoot(ExtValue(ED)) == ExtRoot(DefV) && "Extender root mismatch"); in replaceInstr()1842 int32_t Diff = EV.Offset - DefV.Offset; in replaceInstr()