HomeSort by relevance Sort by last modified time
    Searched defs:GlobalValuePseudoSourceValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 93 GlobalValuePseudoSourceValue::GlobalValuePseudoSourceValue(
128 std::unique_ptr<const GlobalValuePseudoSourceValue> &E =
131 E = llvm::make_unique<GlobalValuePseudoSourceValue>(GV);
  /external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 115 class GlobalValuePseudoSourceValue : public CallEntryPseudoSourceValue {
119 GlobalValuePseudoSourceValue(const GlobalValue *GV);
149 std::unique_ptr<const GlobalValuePseudoSourceValue>>

Completed in 290 milliseconds