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

/freebsd-10.0-release/contrib/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.h509 virtual bool isBottomUp() const = 0;
610 unsigned VerifyScheduledDAG(bool isBottomUp);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h112 void VerifyScheduledSequence(bool isBottomUp);
H A DScheduleDAGSDNodes.cpp682 void ScheduleDAGSDNodes::VerifyScheduledSequence(bool isBottomUp) {
683 unsigned ScheduledNodes = ScheduleDAG::VerifyScheduledDAG(isBottomUp);
H A DScheduleDAGRRList.cpp1519 VerifyScheduledSequence(/*isBottomUp=*/true);
1779 bool isBottomUp() const { return SF::IsBottomUp; } function in class:RegReductionPriorityQueue
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp383 unsigned ScheduleDAG::VerifyScheduledDAG(bool isBottomUp) {
399 (isBottomUp ? SUnits[i].getHeight() : SUnits[i].getDepth()) >
405 << (isBottomUp ? "Height" : "Depth") << " value!\n";
408 if (isBottomUp) {

Completed in 284 milliseconds