Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp109 StackPSV(PseudoSourceValue::Stack, TII), in PseudoSourceValueManager()
115 return &StackPSV; in getStack()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h158 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable