Searched refs:replaceSuccessor (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp167 pred->replaceSuccessor(succ);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h242 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } function in class:clang::ento::ExplodedNode
/freebsd-10.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h377 /// replaceSuccessor - Replace successor OLD with NEW and update weight info.
379 void replaceSuccessor(MachineBasicBlock *Old, MachineBasicBlock *New);
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp524 void MachineBasicBlock::replaceSuccessor(MachineBasicBlock *Old, function in class:MachineBasicBlock
1026 replaceSuccessor(Old, New);

Completed in 82 milliseconds