Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDZ3CrosscheckVisitor.cpp51 addConstraints(EndPathNode, /*OverwriteConstraintsOnExistingSyms=*/true); in finalizeVisitor()
92 void Z3CrosscheckVisitor::addConstraints( in addConstraints() function in Z3CrosscheckVisitor
114 addConstraints(N, /*OverwriteConstraintsOnExistingSyms=*/false); in VisitNode()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDZ3CrosscheckVisitor.h44 void addConstraints(const ExplodedNode *N,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSpillPlacement.h114 void addConstraints(ArrayRef<BlockConstraint> LiveBlocks);
HDSpillPlacement.cpp260 void SpillPlacement::addConstraints(ArrayRef<BlockConstraint> LiveBlocks) { in addConstraints() function in SpillPlacement
HDRegAllocGreedy.cpp668 SpillPlacer->addConstraints(SplitConstraints); in addSplitConstraints()
717 SpillPlacer->addConstraints(ArrayRef(BCS, B)); in addThroughConstraints()
722 SpillPlacer->addConstraints(ArrayRef(BCS, B)); in addThroughConstraints()