#include <plcompact.h>
Collaboration diagram for ShiftLegalizer::ShiftRotateDecision:
Public Member Functions | |
ShiftRotateDecision () | |
Public Attributes | |
bool | rotate |
int | shiftDir |
double | shiftExtent |
|
Definition at line 185 of file plcompact.h.
00186 : rotate(false), 00187 shiftDir(UNDEFINED), 00188 shiftExtent(INFTY) 00189 {} |
|
Definition at line 128 of file plcompact.h. Referenced by ShiftLegalizer::adjustBlock(), and ShiftLegalizer::legalizeBlock(). |
|
Definition at line 129 of file plcompact.h. Referenced by ShiftLegalizer::adjustBlock(), ShiftLegalizer::legalizeBlock(), and ShiftLegalizer::shiftDecider(). |
|
Definition at line 130 of file plcompact.h. Referenced by ShiftLegalizer::adjustBlock(), ShiftLegalizer::legalizeBlock(), and ShiftLegalizer::shiftDecider(). |