Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Term

483       const TerminatorInst *Term = BB.getTerminator();
484 if (isa<UnreachableInst>(Term))
486 if (isa<ReturnInst>(Term)) {