Searched refs:replaceNode (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h114 void replaceNode(ExplodedNode *node);
296 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); }
297 void replacePredecessor(ExplodedNode *node) { Preds.replaceNode(node); }
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp392 Value *replaceNode(IRBuilderBase &Builder, RawNodePtr Node);
1918 Value *ComplexDeinterleavingGraph::replaceNode(IRBuilderBase &Builder, function in class:ComplexDeinterleavingGraph
1925 ? replaceNode(Builder, Node->Operands[Idx])
1984 ReplacementNode = replaceNode(Builder, Node->Operands[0]);
1990 auto *A = replaceNode(Builder, Node->Operands[0]);
1991 auto *B = replaceNode(Builder, Node->Operands[1]);
2059 Value *R = replaceNode(Builder, RootNode.get());
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp210 void ExplodedNode::NodeGroup::replaceNode(ExplodedNode *node) { function in class:ExplodedNode::NodeGroup

Completed in 257 milliseconds