Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h242 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp521 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, in replaceSuccessor() function in MachineBasicBlock