Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp295 SmallVector<RepairingPlacement, 4> LocalRepairPts; in findBestMapping() local
299 computeMapping(MI, *CurMapping, LocalRepairPts, &Cost); in findBestMapping()
305 for (RepairingPlacement &RepairPt : LocalRepairPts) in findBestMapping()