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

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 124 /// CriticalPathSet - The set of registers that should only be
126 BitVector CriticalPathSet;
AggressiveAntiDepBreaker.cpp 130 if (CriticalPathSet.none())
131 CriticalPathSet = CPSet;
133 CriticalPathSet |= CPSet;
137 DEBUG(for (int r = CriticalPathSet.find_first(); r != -1;
138 r = CriticalPathSet.find_next(r))
751 if (CriticalPathSet.any()) {
802 // registers in the CriticalPathSet.
808 ExcludeRegs = &CriticalPathSet;
    [all...]

Completed in 229 milliseconds