Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Target

34 #include "llvm/Target/TargetData.h"
255 // If we have no target data, we can't do this.
272 /// 2) safe for the target, and 3) would provide the specified memory
1224 Instruction *Target = PInfo[i].getResult().getInst();
1225 if (Target == 0) continue; // Ignore non-local dep results.
1226 assert(Target->getParent() == PInfo[i].getBB());
1229 RemoveFromReverseMap(ReverseNonLocalPtrDeps, Target, P);