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

  /external/llvm/lib/CodeGen/
SpillPlacement.h 13 // about the CFG. The real work is done by prepare(), addConstraints(), and
102 /// addConstraints - Add constraints and biases. This method may be called
106 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
120 /// addConstraints and addLinks, updating their state. Add all the bundles
SpillPlacement.cpp 248 /// addConstraints - Compute node biases and weights from a set of constraints.
250 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
271 /// addPrefSpill - Same as addConstraints(PrefSpill)
RegAllocGreedy.cpp     [all...]

Completed in 71 milliseconds