HomeSort by relevance Sort by last modified time
    Searched refs:SimpleCoalescing (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 797 // If SimpleCoalescing is false, each variable without a register gets its
799 // SimpleCoalescing is true, then each "global" variable without a register
808 const bool SimpleCoalescing = !callsReturnsTwice();
854 if (SimpleCoalescing && VMetadata->isTracked(Var)) {
    [all...]
IceTargetLoweringMIPS32.cpp 123 const bool SimpleCoalescing = !callsReturnsTwice();
126 if (SimpleCoalescing && VMetadata->isTracked(Var)) {
    [all...]

Completed in 413 milliseconds