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

/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp67 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
73 if (GlobalValue *GV =
74 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
104 SmallPtrSet<const GlobalValue*, 8> UsedGlobals;
66 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) {
203 if (GlobalValue *GV =
204 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
211 SmallPtrSet<const GlobalValue*, 8> llvmUsedValues;
194 findUsedValues(GlobalVariable *LLVMUsed, SmallPtrSet<const GlobalValue*, 8> &UsedValues) argument
/external/llvm/include/llvm/
H A DGlobalValue.h1 //===-- llvm/GlobalValue.h - Class to represent a global value --*- C++ -*-===//
28 class GlobalValue : public Constant { class in namespace:llvm
29 GlobalValue(const GlobalValue &); // do not implement
59 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
75 ~GlobalValue() {
238 /// create a GlobalValue) from the GlobalValue Src to this one.
239 virtual void copyAttributesFrom(const GlobalValue *Src);
257 /// Materialize - make sure this GlobalValue i
[all...]

Completed in 72 milliseconds