Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp296 SmallVector<RepairingPlacement, 4> LocalRepairPts; in findBestMapping() local
300 computeMapping(MI, *CurMapping, LocalRepairPts, &Cost); in findBestMapping()
306 for (RepairingPlacement &RepairPt : LocalRepairPts) in findBestMapping()