Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Target

52 #include "llvm/Target/TargetInstrInfo.h"
53 #include "llvm/Target/TargetRegisterInfo.h"
805 // derived from the alloca being remapped and the target of that remapping.
968 int Target = SlotRemap[i];
969 // As long as our target is mapped to something else, follow it.
970 while (SlotRemap.count(Target)) {
971 Target = SlotRemap[Target];
972 SlotRemap[i] = Target;