HomeSort by relevance Sort by last modified time
    Searched defs:isSuccessor (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
Interval.h 80 /// isSuccessor - find out if a basic block is a successor of this Interval
81 inline bool isSuccessor(BasicBlock *BB) const {
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 579 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const {
596 if (!isSuccessor(Fallthrough))
    [all...]

Completed in 55 milliseconds