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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1 //===- MachineFunction.cpp ------------------------------------------------===//
15 #include "llvm/CodeGen/MachineFunction.h"
107 void MachineFunction::Delegate::anchor() {}
120 // MachineFunction implementation
137 MachineFunction::MachineFunction(Function &F, const LLVMTargetMachine &Target,
145 void MachineFunction::handleInsertion(MachineInstr &MI) {
150 void MachineFunction::handleRemoval(MachineInstr &MI) {
155 void MachineFunction::init() {
202 "Can't create a MachineFunction using a Module with a
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
59 class MachineFunction;
92 /// hold private target-specific information for each MachineFunction. Objects
94 /// MachineFunction is destroyed.
103 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
108 /// Properties which a MachineFunction may have at a given point in time.
230 class MachineFunction {
265 // MachineBasicBlock is inserted into a MachineFunction is it automatically
275 // Pool-allocate MachineFunction-lifetime and IR objects.
371 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
MIRYamlMapping.h 682 struct MachineFunction {
710 template <> struct MappingTraits<MachineFunction> {
711 static void mapping(IO &YamlIO, MachineFunction &MF) {

Completed in 20 milliseconds