Home
last modified time | relevance | path

Searched refs:addConstraints (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DZ3CrosscheckVisitor.cpp51 addConstraints(EndPathNode, /*OverwriteConstraintsOnExistingSyms=*/true); in finalizeVisitor()
92 void Z3CrosscheckVisitor::addConstraints( in addConstraints() function in Z3CrosscheckVisitor
114 addConstraints(N, /*OverwriteConstraintsOnExistingSyms=*/false); in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DZ3CrosscheckVisitor.h44 void addConstraints(const ExplodedNode *N,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h12 // about the CFG. The real work is done by prepare(), addConstraints(), and
110 /// addConstraints - Add constraints and biases. This method may be called
114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
128 /// addConstraints and addLinks, updating their state. Add all the bundles
H A DSpillPlacement.cpp260 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() function in SpillPlacement
H A DRegAllocGreedy.cpp668 SpillPlacer->addConstraints(SplitConstraints); in addSplitConstraints()
717 SpillPlacer->addConstraints(ArrayRef(BCS, B)); in addThroughConstraints()
722 SpillPlacer->addConstraints(ArrayRef(BCS, B)); in addThroughConstraints()