Searched defs:getUnderlyingObjectForInstr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp102 /// getUnderlyingObjectForInstr - If this machine instr has memory reference
105 static const Value *getUnderlyingObjectForInstr(const MachineInstr *MI, function
530 // Similarly to getUnderlyingObjectForInstr:
891 if (const Value *V = getUnderlyingObjectForInstr(MI, MFI, MayAlias)) {
958 getUnderlyingObjectForInstr(MI, MFI, MayAlias)) {

Completed in 69 milliseconds