Searched refs:getUnderlyingObjects (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 178 bool getUnderlyingObjects(const MachineInstr &MI, 472 if (getUnderlyingObjects(MI, Objs)) { in hasHazard_() 500 getUnderlyingObjects(const MachineInstr &MI, in getUnderlyingObjects() function in MemDefsUses
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | underlying-objects-2.ll | 26 ; Since A[i] and A[i-1] are likely to be independent, getUnderlyingObjects
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 134 static void getUnderlyingObjects(const Value *V, in getUnderlyingObjects() function 194 getUnderlyingObjects(V, Objs, DL); in getUnderlyingObjectsForInstr()
|
D | MachinePipeliner.cpp | 981 static void getUnderlyingObjects(MachineInstr *MI, in getUnderlyingObjects() function 1004 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences() 1011 getUnderlyingObjects(&MI, Objs, MF.getDataLayout()); in addLoopCarriedDependences()
|