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

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalValue.h 1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
44 class GlobalValue : public Constant {
76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps,
173 ~GlobalValue() {
186 GlobalValue(const GlobalValue &) = delete;
226 static_cast<const GlobalValue *>(this)->getComdat());
470 /// Copy all additional attributes (those not needed to create a GlobalValue)
471 /// from the GlobalValue Src to this one.
472 void copyAttributesFrom(const GlobalValue *Src)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h 148 GlobalValue,
228 Kind == FixedStackObject || Kind == GlobalValue ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp 366 Group.OutlinedFunctionType, GlobalValue::InternalLinkage,
666 unsigned GlobalValue = C.getGVN(Output).getValue();
680 Region.GVNStores.push_back(GlobalValue);
694 Region.GVNStores.push_back(GlobalValue);

Completed in 25 milliseconds