HomeSort by relevance Sort by last modified time
    Searched full:borderconstraint (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.h 68 /// BorderConstraint - A basic block has separate constraints for entry and
70 enum BorderConstraint {
81 BorderConstraint Entry : 8; ///< Constraint on block entry.
82 BorderConstraint Exit : 8; ///< Constraint on block exit.
  /external/llvm/lib/CodeGen/
SpillPlacement.h 79 /// BorderConstraint - A basic block has separate constraints for entry and
81 enum BorderConstraint {
92 BorderConstraint Entry : 8; ///< Constraint on block entry.
93 BorderConstraint Exit : 8; ///< Constraint on block exit.
SpillPlacement.cpp 130 void addBias(BlockFrequency freq, BorderConstraint direction) {

Completed in 307 milliseconds