Searched refs:GlobalValuePseudoSourceValue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp93 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue( function in class:GlobalValuePseudoSourceValue
128 std::unique_ptr<const GlobalValuePseudoSourceValue> &E =
131 E = llvm::make_unique<GlobalValuePseudoSourceValue>(GV);
H A DMIRPrinter.cpp886 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand(
/external/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h115 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue { class in namespace:llvm
119 GlobalValuePseudoSourceValue(const GlobalValue *GV);
149 std::unique_ptr<const GlobalValuePseudoSourceValue>>

Completed in 976 milliseconds