Home
last modified time | relevance | path

Searched defs:isSuccessor (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DInterval.h78 inline bool isSuccessor(BasicBlock *BB) const { in isSuccessor() function
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java104 public static boolean isSuccessor(final Label label) { in isSuccessor() method in LabelInfo
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp664 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const { in isSuccessor() function in MachineBasicBlock