Home
last modified time | relevance | path

Searched refs:FixedStack (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h43 FixedStack, enumerator
91 : PseudoSourceValue(FixedStack), FI(FI) {} in FixedStackPseudoSourceValue()
94 return V->kind() == FixedStack; in classof()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp906 case PseudoSourceValue::FixedStack: in print()