Searched refs:IndirectBranch (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h110 IndirectBranch, enumerator in enum:llvm::MCID::__anon10189
268 return Flags & (1 << MCID::IndirectBranch);
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp49 DidCallStackSave(false), IndirectBranch(nullptr), PGO(cgm),
280 if (IndirectBranch) {
281 EmitBlock(IndirectBranch->getParent());
306 if (IndirectBranch) {
307 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress());
1343 if (!IndirectBranch)
1349 IndirectBranch->addDestination(BB);
1355 if (IndirectBranch) return IndirectBranch->getParent();
1364 IndirectBranch
[all...]
H A DCodeGenFunction.h862 /// IndirectBranch - The first time an indirect goto is seen we create a block
865 /// codegen'd as a jump to the IndirectBranch's basic block.
866 llvm::IndirectBrInst *IndirectBranch; member in class:clang::CodeGen::CodeGenFunction
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h442 return hasProperty(MCID::IndirectBranch, Type);

Completed in 76 milliseconds