| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySortRegion.h | 37 virtual unsigned getNumBlocks() const = 0; 52 unsigned getNumBlocks() const override { return Unit->getNumBlocks(); } in getNumBlocks() function
|
| H A D | WebAssemblyExceptionInfo.h | 85 unsigned getNumBlocks() const { return Blocks.size(); } in getBlocksVector() 84 unsigned getNumBlocks() const { return Blocks.size(); } getNumBlocks() function
|
| H A D | WebAssemblyCFGSort.cpp | 179 : TheRegion(R), NumBlocksLeft(R->getNumBlocks()) {} in Entry()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 116 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS() 117 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS() 126 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() 218 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 73 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks() function 143 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); } in getNumBlocks() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 145 unsigned getNumBlocks(); 300 unsigned MemCmpExpansion::getNumBlocks() { in getNumBlocks() function in __anon455dbdd30111::MemCmpExpansion 308 for (unsigned i = 0; i < getNumBlocks(); i++) { in createLoadCmpBlocks() 622 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansionZeroCase() 716 if (getNumBlocks() != 1) { in getMemCmpExpansion() 743 return getNumBlocks() == 1 ? getMemCmpEqZeroOneBlock() in getMemCmpExpansion() 746 if (getNumBlocks() == 1) in getMemCmpExpansion() 749 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansion()
|
| H A D | MachinePipeliner.cpp | 373 if (L.getNumBlocks() != 1) { in canPipelineLoop() 378 << ore::NV("NumBlocks", L.getNumBlocks()); in canPipelineLoop()
|
| H A D | MachineBlockPlacement.cpp | 2311 if (L.getNumBlocks() == 1) { in findBestLoopExit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 253 if (CurLoop->getNumBlocks() != 1) in run() 577 assert((CurLoop->getNumBlocks() == 1) && in doVLCR()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 252 assert(L.getNumBlocks() == LiveLoopBlocks.size() + DeadLoopBlocks.size() && in analyze() 570 L.getNumBlocks()) { in run()
|
| H A D | LoopIdiomRecognize.cpp | 1473 if (ApplyCodeSizeHeuristics && CurLoop->getNumBlocks() > 1) { in avoidLIRForMultiBlockLoop() 1988 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS() 2006 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeShiftUntilLessThan() 2084 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount() 2427 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom() 2784 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
|
| H A D | SimpleLoopUnswitch.cpp | 1177 NewBlocks.reserve(L.getNumBlocks() + ExitBlocks.size()); in buildClonedLoopBlocks() 1368 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 182 size_t getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 726 if (Unloop.getNumBlocks()) { in updateBlockParents() 751 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 1316 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable"); in canVectorizeWithIfConvert() 1482 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize()
|
| H A D | LoopIdiomVectorize.cpp | 211 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 2) in recognizeByteCompare()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 173 while (Last < getNumBlocks() - 1) { in readLongestContiguousChunk()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfo.h | 187 unsigned getNumBlocks() const { in getNumBlocks() function
|
| H A D | GenericLoopInfoImpl.h | 362 if (VisitedBBs.size() != getNumBlocks()) { in verifyLoop()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 115 L->getNumBlocks() == 1) in getPreferredAddressingMode() 2394 if (L->getNumBlocks() > 1) { in preferPredicateOverEpilogue() 2468 << "Blocks: " << L->getNumBlocks() << "\n" in getUnrollingPreferences() 2478 if (ST->hasBranchPredictor() && L->getNumBlocks() > 4) in getUnrollingPreferences()
|
| H A D | ARMLowOverheadLoops.cpp | 413 !CannotTailPredicate && ML.getNumBlocks() == 1; in IsTailPredicationLegal() 1018 assert(ML.getNumBlocks() == 1 && "Expected single block loop!"); in ValidateLiveOuts()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1844 << "Blocks: " << L->getNumBlocks() << "\n" in getUnrollingPreferences() 1854 if (L->getNumBlocks() > 4) in getUnrollingPreferences()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600MachineCFGStructurizer.cpp | 995 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()
|