Home
last modified time | relevance | path

Searched defs:replaceSuccessor (Results 1 – 3 of 3) 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h141 void replaceSuccessor(VPBlockBase *Old, VPBlockBase *New) { in replaceSuccessor() function