|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectscale.backend.Instruction
scale.backend.Marker
scale.backend.Label
scale.backend.trips2.TripsLabel
public class TripsLabel
This class marks the position of a point branched to in Trips code.
$Id: TripsLabel.java,v 1.10 2006-11-16 17:49:41 burrill Exp $
Copyright 2005 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.
| Constructor Summary | |
|---|---|
TripsLabel(boolean referenced,
RoutineDecl routine)
|
|
TripsLabel(RoutineDecl routine)
Create a label. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabelString()
Return the String representing the label. |
int |
getLoopNumber()
Return the loop number of the instruction. |
RoutineDecl |
getRoutine()
|
protected void |
setLoopNumber(int loopNumber)
Set the loop number of the instruction. |
| Methods inherited from class scale.backend.Label |
|---|
addPredecessor, assembler, created, getLabelIndex, getPredecessor, getStrength, isFirstInBasicBlock, isLabel, isReferenced, markAsFirstInBasicBlock, numPredecessors, removePredecessors, replacePredecessor, setLabelIndex, setNotReferenced, setReferenced, setStrength, toString |
| Methods inherited from class scale.backend.Marker |
|---|
getExecutionCycles, getOpcode, independent, instructionSize, isMarker, nullify, remapDestRegister, remapRegisters, remapSrcRegister, specifyRegisterUsage |
| Methods inherited from class scale.backend.Instruction |
|---|
canBeDeleted, clone, copy, defs, ehash, getBBID, getCopyDest, getCopySrc, getDestRegister, getFunctionalUnit, getNext, getPredicate, getPredicates, getSrcRegisters, getTag, isBranch, isCopy, isLoad, isMandatory, isPhi, isPredicated, isPredicatedOnTrue, isPrefetch, isSpillInstruction, isSpillLoadPoint, isSpillStorePoint, isStore, markSpillInstruction, mods, nullified, numPredicates, removePredicates, setBBID, setMandatory, setNext, setPredicate, setPredicate, setPredicatedOnTrue, setPredicates, setsSpecialReg, setTag, specifyNotSpillLoadPoint, specifySpillStorePoint, uses |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TripsLabel(boolean referenced,
RoutineDecl routine)
public TripsLabel(RoutineDecl routine)
routine - specifies the routine containing this label| Method Detail |
|---|
public RoutineDecl getRoutine()
public java.lang.String getLabelString()
public int getLoopNumber()
getLoopNumber in class Instructionprotected void setLoopNumber(int loopNumber)
setLoopNumber in class Instruction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||