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.cpp168 if (!isa<GlobalValue>(V) || cast<GlobalValue>(V)->hasLocalLinkage()) {
194 SmallPtrSet<const GlobalValue*, 8> &UsedValues) {
202 if (GlobalValue *GV =
203 dyn_cast<GlobalValue>(Inits->getOperand(i)->stripPointerCasts()))
210 SmallPtrSet<const GlobalValue*, 8> llvmUsedValues;
193 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
60 GlobalValue(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps, function in class:llvm::GlobalValue
77 ~GlobalValue() {
230 /// create a GlobalValue) from the GlobalValue Src to this one.
231 virtual void copyAttributesFrom(const GlobalValue *Src);
249 /// Materialize - make sure this GlobalValue i
[all...]

Completed in 970 milliseconds