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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2766 bool compilerUsedCount(GlobalValue *GV) const { function in class:__anon26229::LLVMUsed
2787 assert((!U.usedCount(&GA) || !U.compilerUsedCount(&GA)) &&
2796 return !U.usedCount(&GA) && !U.compilerUsedCount(&GA);
2802 assert((!U.usedCount(&V) || !U.compilerUsedCount(&V)) &&
2805 if (U.usedCount(&V) || U.compilerUsedCount(&V))
2814 return U.usedCount(&GA) || U.compilerUsedCount(&GA);

Completed in 128 milliseconds