HomeSort by: relevance | last modified time | path
    Searched defs:GlobalValuePseudoSourceValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PseudoSourceValue.cpp 98 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue(
138 std::unique_ptr<const GlobalValuePseudoSourceValue> &E =
141 E = std::make_unique<GlobalValuePseudoSourceValue>(GV, TII);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 127 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
131 GlobalValuePseudoSourceValue(const GlobalValue *GV,
163 std::unique_ptr<const GlobalValuePseudoSourceValue>>

Completed in 68 milliseconds