HomeSort by relevance Sort by last modified time
    Searched refs:GlobalValuePseudoSourceValue (Results 1 - 3 of 3) 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);
MIRPrinter.cpp 886 cast<GlobalValuePseudoSourceValue>(PVal)->getValue()->printAsOperand(
  /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 33 milliseconds