HomeSort by relevance Sort by last modified time
    Searched defs:MachineFunction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
MachineFunction.cpp 1 //===-- MachineFunction.cpp -----------------------------------------------===//
16 #include "llvm/CodeGen/MachineFunction.h"
44 // MachineFunction implementation
54 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM,
85 MachineFunction::~MachineFunction() {
119 MachineJumpTableInfo *MachineFunction::
129 bool MachineFunction::shouldSplitStack() {
138 void MachineFunction::RenumberBlocks(MachineBasicBlock *MBB)
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
68 /// hold private target-specific information for each MachineFunction. Objects
70 /// MachineFunction is destroyed.
75 class MachineFunction {
99 // MachineBasicBlock is inserted into a MachineFunction is it automatically
103 // Pool-allocate MachineFunction-lifetime and IR objects.
137 MachineFunction(const MachineFunction &) LLVM_DELETED_FUNCTION;
138 void operator=(const MachineFunction&) LLVM_DELETED_FUNCTION;
140 MachineFunction(const Function *Fn, const TargetMachine &TM
    [all...]

Completed in 555 milliseconds