Home
last modified time | relevance | path

Searched refs:PrevCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp102 unsigned PrevCount; member
134 std::string Prevs(Data->PrevCount, '\02'); in ElCompletionFn()
182 Data->PrevCount = LI->lastchar - LI->cursor; in ElCompletionFn()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp2029 auto PrevCount = getEntryCount(); in setEntryCount() local
2030 assert(!PrevCount || PrevCount->getType() == Count.getType()); in setEntryCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2915 unsigned PrevCount = Used.count(); in hasEqualOperands() local
2925 if (PrevCount == Used.count()) in hasEqualOperands()