HomeSort by relevance Sort by last modified time
    Searched refs:isNormalMemoryOrBarrier (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 193 /// isNormalMemoryOrBarrier - Test if this is could be any kind of memory
195 bool isNormalMemoryOrBarrier() const {
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 622 if (I->isNormalMemoryOrBarrier())
655 if (J->isNormalMemoryOrBarrier())
    [all...]

Completed in 2279 milliseconds