Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp362 size_t StartSize = Accesses.size(); in hasLoadFromStackSlot() local
370 return Accesses.size() != StartSize; in hasLoadFromStackSlot()
376 size_t StartSize = Accesses.size(); in hasStoreToStackSlot() local
384 return Accesses.size() != StartSize; in hasStoreToStackSlot()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp226 const unsigned StartSize = Buf.size(); in VisitFunctionDecl() local
228 if (Buf.size() == StartSize) in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1687 unsigned StartSize = ResultStmts.size(); in CollectStatementsForCase() local
1775 ResultStmts.resize(StartSize); in CollectStatementsForCase()