HomeSort by: relevance | last modified time | path
    Searched refs:displacedAny (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocFast.cpp 548 bool displacedAny = displacePhysReg(MI, Reg);
551 return displacedAny;
555 bool displacedAny = displacePhysReg(MI, Reg);
557 return displacedAny;
564 bool displacedAny = false;
579 displacedAny = true;
584 displacedAny = true;
590 return displacedAny;
1130 bool displacedAny = definePhysReg(MI, Reg);
1133 if (!displacedAny)
    [all...]

Completed in 55 milliseconds