HomeSort by: relevance | last modified time | path
    Searched refs:addConstraints (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SpillPlacement.h 12 // about the CFG. The real work is done by prepare(), addConstraints(), and
112 /// addConstraints - Add constraints and biases. This method may be called
116 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
130 /// addConstraints and addLinks, updating their state. Add all the bundles
SpillPlacement.cpp 258 /// addConstraints - Compute node biases and weights from a set of constraints.
260 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) {
280 /// addPrefSpill - Same as addConstraints(PrefSpill)
340 // to addConstraints, addLinks, and co.
RegAllocGreedy.cpp 1296 SpillPlacer->addConstraints(SplitConstraints);
1345 SpillPlacer->addConstraints(makeArrayRef(BCS, B));
1350 SpillPlacer->addConstraints(makeArrayRef(BCS, B));
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h 389 void addConstraints(const ExplodedNode *N,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 2950 addConstraints(EndPathNode, /*OverwriteConstraintsOnExistingSyms=*/true);
2983 void FalsePositiveRefutationBRVisitor::addConstraints(
3005 addConstraints(N, /*OverwriteConstraintsOnExistingSyms=*/false);

Completed in 184 milliseconds