OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IndirectBranch
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
46
IndirectBranch
(0), SwitchInsn(0), CaseRangeBlock(0), UnreachableBlock(0),
251
if (
IndirectBranch
) {
252
EmitBlock(
IndirectBranch
->getParent());
263
if (
IndirectBranch
) {
264
llvm::PHINode *PN = cast<llvm::PHINode>(
IndirectBranch
->getAddress());
[
all
...]
CodeGenFunction.h
805
///
IndirectBranch
- The first time an indirect goto is seen we create a block
808
/// codegen'd as a jump to the
IndirectBranch
's basic block.
809
llvm::IndirectBrInst *
IndirectBranch
;
[
all
...]
/external/llvm/include/llvm/MC/
MCInstrDesc.h
108
IndirectBranch
,
245
return Flags & (1 << MCID::
IndirectBranch
);
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
381
return hasProperty(MCID::
IndirectBranch
, Type);
[
all
...]
Completed in 439 milliseconds