Home
last modified time | relevance | path

Searched refs:PrevSize (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp215 unsigned PrevSize = Cfg.size(); in getIntervalWTO() local
216 if (PrevSize == 0) in getIntervalWTO()
220 while (Size > 1 && Size < PrevSize) { in getIntervalWTO()
221 PrevSize = Graph.size(); in getIntervalWTO()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp226 uint64_t PrevSize = Size; in getInstruction() local
231 if (Size != PrevSize + 1) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp646 unsigned PrevSize = DispSizeStack.back().second; in removeRedundantBlockingStores() local
647 if (CurrDisp + CurrSize > PrevDisp + PrevSize) in removeRedundantBlockingStores()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp760 uint64_t PrevSize = in foldLoadsRecursive() local
762 if ((Shift2 - Shift1) != ShiftDiff || (Offset2 - Offset1) != PrevSize) in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4151 const unsigned PrevSize = WorkList.size(); in copyCoalesceInMBB() local
4193 MutableArrayRef<MachineInstr *> CurrList(WorkList.begin() + PrevSize, in copyCoalesceInMBB()
4197 std::remove(WorkList.begin() + PrevSize, WorkList.end(), nullptr), in copyCoalesceInMBB()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp771 auto PrevSize = Size; in removeSymbols() local
773 if (Size < PrevSize) in removeSymbols()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6068 unsigned PrevSize = 0u; in setClauseInfo() local
6088 PrevSize += C.size(); in setClauseInfo()
6091 *CLSI = PrevSize; in setClauseInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11795 unsigned PrevSize = VectorizableTree.size(); in transformNodes() local
11799 if (PrevSize + 1 == VectorizableTree.size() && !SameTE && in transformNodes()
11800 VectorizableTree[PrevSize]->isGather() && in transformNodes()
11801 VectorizableTree[PrevSize]->hasState() && in transformNodes()
11802 VectorizableTree[PrevSize]->getOpcode() != in transformNodes()
11812 AddCombinedNode(PrevSize, Cnt, Sz); in transformNodes()