Searched refs:isBottomUp (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h50 bool isBottomUp() const { return false; } function in class:llvm::LatencyPriorityQueue
H A DResourcePriorityQueue.h84 bool isBottomUp() const { return false; } function in class:llvm::ResourcePriorityQueue
H A DScheduleDAG.h469 virtual bool isBottomUp() const = 0;
570 unsigned VerifyScheduledDAG(bool isBottomUp);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h112 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp681 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) {
682 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp);
H A DScheduleDAGRRList.cpp1487 VerifyScheduledSequence(/*isBottomUp=*/true);
1747 bool isBottomUp() const { return SF::IsBottomUp; } function in class:RegReductionPriorityQueue
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp346 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) {
362 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) >
368 << (isBottomUp ? "Height" : "Depth") << " value!\n";
371 if (isBottomUp) {

Completed in 88 milliseconds