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

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 1 //===-- llvm/CodeGen/PseudoSourceValue.cpp ----------------------*- C++ -*-===//
10 // This file implements the PseudoSourceValue class.
15 #include "llvm/CodeGen/PseudoSourceValue.h"
30 PseudoSourceValue::PseudoSourceValue(PSVKind Kind) : Kind(Kind) {}
32 PseudoSourceValue::~PseudoSourceValue() {}
34 void PseudoSourceValue::printCustom(raw_ostream &O) const {
38 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const {
43 llvm_unreachable("Unknown PseudoSourceValue!");
    [all...]
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 1 //===-- llvm/CodeGen/PseudoSourceValue.h ------------------------*- C++ -*-===//
10 // This file contains the declaration of the PseudoSourceValue class.
34 class PseudoSourceValue {
51 /// Implement printing for PseudoSourceValue. This is called from
56 explicit PseudoSourceValue(PSVKind Kind);
58 virtual ~PseudoSourceValue();
67 /// Test whether the memory pointed to by this PseudoSourceValue has a
71 /// Test whether the memory pointed to by this PseudoSourceValue may also be
75 /// Return true if the memory pointed to by this PseudoSourceValue can ever
80 /// A specialized PseudoSourceValue for holding FixedStack values, which mus
    [all...]

Completed in 99 milliseconds