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