Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegisterPressure.cpp322 SmallVector<unsigned, 8> DeadDefs; member in __anon281631940111::RegisterOperands
354 std::remove_if(RegOpers.DeadDefs.begin(), RegOpers.DeadDefs.end(), in collectInstr()
356 RegOpers.DeadDefs.erase(I, RegOpers.DeadDefs.end()); in collectInstr()
369 pushRegUnits(Reg, RegOpers.DeadDefs); in collectOperand()
412 DeadDefs.push_back(Reg); in detectDeadDefs()
552 increaseRegPressure(RegOpers.DeadDefs); in recede()
553 decreaseRegPressure(RegOpers.DeadDefs); in recede()
641 increaseRegPressure(RegOpers.DeadDefs); in advance()
642 decreaseRegPressure(RegOpers.DeadDefs); in advance()
740 assert(RegOpers.DeadDefs.size() == 0); in bumpUpwardPressure()
[all …]
DInlineSpiller.cpp136 SmallVector<MachineInstr*, 8> DeadDefs; member in __anonf7bb34900111::InlineSpiller
809 DeadDefs.push_back(MI); in eliminateRedundantSpills()
979 DeadDefs.push_back(MI); in reMaterializeAll()
985 if (DeadDefs.empty()) in reMaterializeAll()
987 DEBUG(dbgs() << "Remat created " << DeadDefs.size() << " dead defs.\n"); in reMaterializeAll()
988 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill); in reMaterializeAll()
1280 DeadDefs.push_back(MI); in spillAroundUses()
1348 if (!DeadDefs.empty()) { in spillAll()
1349 DEBUG(dbgs() << "Eliminating " << DeadDefs.size() << " dead defs\n"); in spillAll()
1350 Edit->eliminateDeadDefs(DeadDefs, RegsToSpill); in spillAll()
[all …]
DRegisterCoalescer.cpp118 SmallVector<MachineInstr*, 8> DeadDefs; member in __anona927d7ac0111::RegisterCoalescer
453 nullptr, this).eliminateDeadDefs(DeadDefs); in eliminateDeadDefs()
1064 shrinkToUses(&SrcInt, &DeadDefs); in reMaterializeTrivialDef()
1065 if (!DeadDefs.empty()) { in reMaterializeTrivialDef()
1299 DeadDefs.push_back(CopyMI); in joinCopy()
2905 DeadDefs.clear(); in releaseMemory()
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1051 BitVector DeadDefs(Hexagon::NUM_TARGET_REGS); in hasDeadDependence() local
1055 DeadDefs[MO.getReg()] = true; in hasDeadDependence()
1062 if (R != Hexagon::USR_OVF && DeadDefs[R]) in hasDeadDependence()