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

  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 51 /// getMachineFunction - Return the last machine function computed.
52 const MachineFunction *getMachineFunction() const { return MF; }
VirtRegMap.h 80 MachineFunction &getMachineFunction() const {
81 assert(MF && "getMachineFunction called before runOnMachineFunction");
CallingConvLower.h 270 MachineFunction &getMachineFunction() const { return MF; }
SelectionDAG.h 285 MachineFunction &getMachineFunction() const { return *MF; }
    [all...]

Completed in 141 milliseconds