Searched refs:RDef (Results 1 – 3 of 3) sorted by relevance
148 auto RDef = (*ReadySymbol)[Target]; in registerSymbols() local149 registerSymbolsWithAddr(RDef.getAddress(), std::move(Likely)); in registerSymbols()
1232 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, true); in coalesceSegments() local1233 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()1243 MachineInstr *RDef = getReachingDefForPred(RS, CI, RP.Reg, false); in coalesceSegments() local1244 if (!RDef || !HII->isPredicable(*RDef)) { in coalesceSegments()
1476 auto RDef = F->second.top(); in buildPhis() local1477 if (RDef->Addr->getFlags() & NodeAttrs::Clobbering) in buildPhis()