Searched refs:GlobalIsNeeded (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp47 /// GlobalIsNeeded - mark the specific global value as needed, and
49 void GlobalIsNeeded(GlobalValue *GV);
71 GlobalIsNeeded(I);
81 GlobalIsNeeded(I);
89 GlobalIsNeeded(I);
160 /// GlobalIsNeeded - the specific global value as needed, and
162 void GlobalDCE::GlobalIsNeeded(GlobalValue *G) { function in class:GlobalDCE
189 GlobalIsNeeded(GV);
197 return GlobalIsNeeded(GV);

Completed in 59 milliseconds