| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGSort.cpp | 46 virtual unsigned getNumBlocks() const = 0; 61 unsigned getNumBlocks() const override { return Region->getNumBlocks(); } in getNumBlocks() function in __anon676071ee0111::ConcreteRegion 89 if ((ML && !WE) || (ML && WE && ML->getNumBlocks() < WE->getNumBlocks())) { in getRegionFor() 223 : TheRegion(R), NumBlocksLeft(R->getNumBlocks()) {} in Entry()
|
| H A D | WebAssemblyExceptionInfo.h | 84 unsigned getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopIterator.h | 117 L(Container), PostNumbers(NextPowerOf2(Container->getNumBlocks())) { in LoopBlocksDFS() 118 PostBlocks.reserve(Container->getNumBlocks()); in LoopBlocksDFS() 127 bool isComplete() const { return PostBlocks.size() == L->getNumBlocks(); } in isComplete() 219 assert(DFS.L->getNumBlocks() && "po_iterator cannot handle an empty graph"); in begin()
|
| H A D | LoopInfo.h | 163 unsigned getNumBlocks() const { in getNumBlocks() function
|
| H A D | LoopInfoImpl.h | 352 if (VisitedBBs.size() != getNumBlocks()) { in verifyLoop()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 76 uint32_t getNumBlocks() const { return StreamLayout.Blocks.size(); } in getNumBlocks() function 146 uint32_t getNumBlocks() const { return ReadInterface.getNumBlocks(); } in getNumBlocks() function
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 112 unsigned getNumBlocks(); 240 unsigned MemCmpExpansion::getNumBlocks() { in getNumBlocks() function in __anon24fd12780111::MemCmpExpansion 248 for (unsigned i = 0; i < getNumBlocks(); i++) { in createLoadCmpBlocks() 543 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansionZeroCase() 610 if (getNumBlocks() != 1) { in getMemCmpExpansion() 633 return getNumBlocks() == 1 ? getMemCmpEqZeroOneBlock() in getMemCmpExpansion() 636 if (getNumBlocks() == 1) in getMemCmpExpansion() 639 for (unsigned I = 0; I < getNumBlocks(); ++I) { in getMemCmpExpansion()
|
| H A D | MachineBlockPlacement.cpp | 1933 if (L.getNumBlocks() == 1) { in findBestLoopExit()
|
| H A D | MachinePipeliner.cpp | 228 if (L.getNumBlocks() != 1) in canPipelineLoop()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorLoopCarriedReuse.cpp | 322 if (L->getNumBlocks() != 1) in INITIALIZE_PASS_DEPENDENCY() 540 assert((CurLoop->getNumBlocks() == 1) && in doVLCR()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 226 assert(L.getNumBlocks() == LiveLoopBlocks.size() + DeadLoopBlocks.size() && in analyze() 503 L.getNumBlocks()) { in run()
|
| H A D | LoopIdiomRecognize.cpp | 1099 if (ApplyCodeSizeHeuristics && CurLoop->getNumBlocks() > 1) { in avoidLIRForMultiBlockLoop() 1394 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS() 1490 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
|
| H A D | LoopRerollPass.cpp | 1644 << Header->getName() << " (" << L->getNumBlocks() in runOnLoop() 1648 if (L->getNumBlocks() > 1) in runOnLoop()
|
| H A D | SimpleLoopUnswitch.cpp | 951 NewBlocks.reserve(L.getNumBlocks() + ExitBlocks.size()); in buildClonedLoopBlocks() 1118 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 449 if (Unloop.getNumBlocks()) { in updateBlockParents() 474 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 933 assert(TheLoop->getNumBlocks() > 1 && "Single block loops are vectorizable"); in canVectorizeWithIfConvert() 1102 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.cpp | 612 << "Blocks: " << L->getNumBlocks() << "\n" in getUnrollingPreferences() 622 if (ST->hasBranchPredictor() && L->getNumBlocks() > 4) in getUnrollingPreferences()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 286 size_t getNumBlocks() const { return Blocks.size(); } in getNumBlocks() function
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 176 while (Last < getNumBlocks() - 1) { in readLongestContiguousChunk()
|
| /freebsd-12.1/contrib/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 838 << safeDiv(BlocksExec * 100, Func->getNumBlocks() - 1) << "%\n"; in printFunctionSummary()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDILCFGStructurizer.cpp | 1028 if (ExaminedLoop->getNumBlocks() == 0 || Visited[ExaminedLoop]) in loopendPatternMatch()
|