Searched defs:FixedStackPseudoSourceValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h41 /// isFixed - Whether this is a FixedStackPseudoSourceValue.
83 /// FixedStackPseudoSourceValue - A specialized PseudoSourceValue
86 class FixedStackPseudoSourceValue : public PseudoSourceValue { class in namespace:llvm
89 explicit FixedStackPseudoSourceValue(int fi) : function in class:llvm::FixedStackPseudoSourceValue

Completed in 152 milliseconds