Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp107 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TM) {} in PseudoSourceValueManager()
116 return &ConstantPoolPSV; in getConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DPseudoSourceValueManager.h29 const PseudoSourceValue StackPSV, GOTPSV, JumpTablePSV, ConstantPoolPSV; variable