Searched refs:IndirectBranch (Results 1 - 4 of 4) 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.cpp45 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(nullptr),
256 if (IndirectBranch) {
257 EmitBlock(IndirectBranch->getParent());
268 if (IndirectBranch) {
269 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress());
1268 if (!IndirectBranch)
1274 IndirectBranch->addDestination(BB);
1280 if (IndirectBranch) return IndirectBranch->getParent();
1289 IndirectBranch
[all...]
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
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h436 return hasProperty(MCID::IndirectBranch, Type);

Completed in 1251 milliseconds