Home
last modified time | relevance | path

Searched refs:addNode (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h226 addNode(From);
228 addNode(To);
243 addNode(From); in addDerefEdge()
244 addNode(To); in addDerefEdge()
269 addNode(RetVal); in visitReturnInst()
277 addNode(Ptr, getAttrEscaped()); in visitPtrToIntInst()
282 addNode(Ptr, getAttrUnknown()); in visitIntToPtrInst()
366 addNode(&Inst, getAttrUnknown()); in visitVAArgInst()
421 addNode(V); in visitCallSite()
423 addNode(Inst); in visitCallSite()
[all …]
H A DBlockFrequencyInfoImpl.cpp632 addNode(N); in addNodesInLoop()
640 addNode(Index); in addNodesInFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h37 void addNode(size_t Capacity) { in addNode() function
47 ArenaAllocator() { addNode(AllocUnit); } in ArenaAllocator()
67 addNode(std::max(AllocUnit, Length)); in allocUnalignedBuffer()
90 addNode(AllocUnit); in allocArray()
110 addNode(AllocUnit); in alloc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp208 Preds.addNode(V, G); in addPredecessor()
209 V->Succs.addNode(this, G); in addPredecessor()
221 void ExplodedNode::NodeGroup::addNode(ExplodedNode *N, ExplodedGraph &G) { in addNode() function in ExplodedNode::NodeGroup
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h58 void addNode(const SUnit *SU) override { in addNode() function
H A DResourcePriorityQueue.h84 void addNode(const SUnit *SU) override { in addNode() function
H A DScheduleDAG.h514 virtual void addNode(const SUnit *SU) = 0;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1113 AvailableQueue->addNode(LoadSU); in TryUnfoldSU()
1115 AvailableQueue->addNode(NewSU); in TryUnfoldSU()
1203 AvailableQueue->addNode(NewSU); in CopyAndMoveSuccessors()
1254 AvailableQueue->addNode(CopyFromSU); in InsertCopiesAndMoveSuccs()
1255 AvailableQueue->addNode(CopyToSU); in InsertCopiesAndMoveSuccs()
1765 void addNode(const SUnit *SU) override;
1999 void RegReductionPQBase::addNode(const SUnit *SU) { in addNode() function in RegReductionPQBase
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h107 void addNode(ExplodedNode *N, ExplodedGraph &G);
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h376 NodeId addNode(OtherVectorT Costs) { in addNode() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h152 void addNode(StringRef ID, const ast_type_traits::DynTypedNode& DynNode) { in addNode() function
230 Binding.addNode(Id, DynNode); in setBinding()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp669 PBQPRAGraph::NodeId NId = G.addNode(std::move(NodeCosts)); in initializeGraph()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h643 void addNode(const BlockNode &Node) {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp147 void addNode(Node &N) { Nodes.push_back(N); } in addNode() function in clang::diff::SyntaxTree::Impl