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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h109 IndirectBranch, enumerator in enum:llvm::MCID::__anon25536
264 return Flags & (1 << MCID::IndirectBranch);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h812 /// IndirectBranch - The first time an indirect goto is seen we create a block
815 /// codegen'd as a jump to the IndirectBranch's basic block.
816 llvm::IndirectBrInst *IndirectBranch; member in class:clang::CodeGen::CodeGenFunction

Completed in 108 milliseconds