Searched defs:getUnconditionalBranch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h577 getUnconditionalBranch(MCInst &MI, function in class:llvm::TargetInstrInfo
580 "TargetInstrInfo::getUnconditionalBranch!");
589 /// either the instruction returned by getUnconditionalBranch or the
591 /// getUnconditionalBranch returns a single, specific instruction. This
603 // getUnconditionalBranch on the appropriate Target will fail anyway, and
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7081 // getUnconditionalBranch and getTrap.
7082 void X86InstrInfo::getUnconditionalBranch( function in class:X86InstrInfo
7091 // getUnconditionalBranch and getTrap.
7096 // See getTrap and getUnconditionalBranch for conditions on the value returned

Completed in 104 milliseconds