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

  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 75 if (I->isCtrl())
113 if (I->isCtrl())
150 if (I->isCtrl())
160 if (I->isCtrl())
279 if (I->isCtrl())
513 if (I->isCtrl() || (I->getSUnit()->NumRegDefsLeft == 0))
530 if (!I->isCtrl())
ScheduleDAGRRList.cpp     [all...]
ScheduleDAGFast.cpp 282 if (I->isCtrl())
292 if (I->isCtrl())
ScheduleDAGSDNodes.cpp 463 if (!SU->addPred(dep) && !dep.isCtrl() && OpSU->NumRegDefsLeft > 1) {
726 if (I->isCtrl()) continue; // ignore chain preds
735 if (II->isCtrl()) continue; // ignore chain preds
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 168 /// isCtrl - Shorthand for getKind() != SDep::Data.
169 bool isCtrl() const {
611 return getSDep().isCtrl();

Completed in 73 milliseconds