Home
last modified time | relevance | path

Searched defs:removePredecessor (Results 1 – 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DGraph.java296 public boolean removePredecessor(T o) { in removePredecessor() method in Graph.Node
/external/swiftshader/third_party/LLVM/lib/VMCore/
DBasicBlock.cpp216 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
/external/llvm/lib/IR/
DBasicBlock.cpp281 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DBasicBlock.cpp295 void BasicBlock::removePredecessor(BasicBlock *Pred, in removePredecessor() function in BasicBlock
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp403 void MachineBasicBlock::removePredecessor(MachineBasicBlock *pred) { in removePredecessor() function in MachineBasicBlock
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp613 void MachineBasicBlock::removePredecessor(MachineBasicBlock *Pred) { in removePredecessor() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp756 void MachineBasicBlock::removePredecessor(MachineBasicBlock *Pred) { in removePredecessor() function in MachineBasicBlock
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h359 void removePredecessor(VPBlockBase *Predecessor) { in removePredecessor() function