Home
last modified time | relevance | path

Searched refs:UseCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp95 bool UseCount = false; ///< 'N' modifier variable
226 UseCount = true; in parseCommandLine()
/external/v8/src/
Dhydrogen-instructions.cc311 int HValue::UseCount() const { in UseCount() function in v8::internal::HValue
1173 UseCount(), in PrintTo()
Dhydrogen-instructions.h639 int UseCount() const;
Dhydrogen.cc2585 ASSERT(instr->UseCount() > 0); in ReplaceCheckedValues()
7970 int uses = instruction->UseCount(); in Trace()