Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp548 bool displacedAny = displacePhysReg(MI, Reg); in usePhysReg() local
551 return displacedAny; in usePhysReg()
555 bool displacedAny = displacePhysReg(MI, Reg); in definePhysReg() local
557 return displacedAny; in definePhysReg()
564 bool displacedAny = false; in displacePhysReg() local
579 displacedAny = true; in displacePhysReg()
584 displacedAny = true; in displacePhysReg()
590 return displacedAny; in displacePhysReg()
1130 bool displacedAny = definePhysReg(MI, Reg); in allocateInstruction() local
1133 if (!displacedAny) in allocateInstruction()
[all …]