Home
last modified time | relevance | path

Searched defs:replaceSuccessor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h296 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp857 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor() function in MachineBasicBlock