Searched defs:GlobalValue (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp68 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
74 GlobalValue *GV = cast<GlobalValue>(Operand);
105 SmallPtrSet<const GlobalValue*, 8> UsedGlobals;
67 FindUsedValues(GlobalVariable *LLVMUsed, SmallPtrSet<const GlobalValue*, 8> &UsedValues) argument
H A DStripSymbols.cpp169 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {
195 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
202 if (GlobalValue *GV =
203 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
210 SmallPtrSet<const GlobalValue*, 8> llvmUsedValues;
194 findUsedValues(GlobalVariable *LLVMUsed, SmallPtrSet<const GlobalValue*, 8> &UsedValues) argument
/external/llvm/include/llvm/IR/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
29 class GlobalValue : public Constant { class in namespace:llvm
30 GlobalValue(const GlobalValue &) LLVM_DELETED_FUNCTION;
60 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
76 ~GlobalValue() {
239 /// create a GlobalValue) from the GlobalValue Src to this one.
240 virtual void copyAttributesFrom(const GlobalValue *Src);
267 /// Materialize - make sure this GlobalValue i
[all...]

Completed in 175 milliseconds