HomeSort by: relevance | last modified time | path
    Searched defs:IndirectBranch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 157 IndirectBranch,
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1356 /// IndirectBranch - The first time an indirect goto is seen we create a block
1359 /// codegen'd as a jump to the IndirectBranch's basic block.
1360 llvm::IndirectBrInst *IndirectBranch = nullptr;

Completed in 26 milliseconds