| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | FunctionLayout.h | 206 block_const_iterator block_end() const { return Blocks.end(); } in block_end() function 208 return {block_begin(), block_end()}; in blocks()
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExceptionInfo.h | 81 block_iterator block_end() const { return getBlocks().end(); } in block_end() function 83 return make_range(block_begin(), block_end()); in blocks()
|
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | SplitFunctions.cpp | 208 Layout.block_end()); in splitFunction() 223 Layout.block_end()); in splitFunction() 371 BF.getLayout().block_end()); in createEHTrampolines()
|
| H A D | LoopInversionPass.cpp | 76 BF.getLayout().block_end()); in runOnFunction()
|
| H A D | ThreeWayBranch.cpp | 35 Function.getLayout().block_begin(), Function.getLayout().block_end()); in runOnFunction()
|
| H A D | IdenticalCodeFolding.cpp | 170 A.getLayout().block_end()); in isIdenticalWith() 175 B.getLayout().block_end()); in isIdenticalWith()
|
| H A D | Inliner.cpp | 399 Function.getLayout().block_end()); in inlineCallsInFunction()
|
| H A D | TailDuplication.cpp | 582 Function.getLayout().block_begin(), Function.getLayout().block_end()); in runOnFunction()
|
| H A D | LongJmp.cpp | 59 E = Func.getLayout().block_end(); in getBBAtHotColdSplitPoint()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | RegionInfo.h | 611 block_iterator block_end() { return block_iterator(); } 616 const_block_iterator block_end() const { return const_block_iterator(); } 623 return block_range(block_begin(), block_end()); 630 return const_block_range(block_begin(), block_end());
|
| H A D | MemorySSA.h | 522 block_iterator block_end() { return block_begin() + getNumOperands(); } 524 const_block_iterator block_end() const { 529 return make_range(block_begin(), block_end()); 533 return make_range(block_begin(), block_end());
|
| H A D | LoopInfo.h | 193 block_iterator block_end() const { return getBlocks().end(); } in block_end() function 196 return make_range(block_begin(), block_end()); in blocks()
|
| H A D | LoopInfoImpl.h | 354 for (block_iterator BI = (*I)->block_begin(), BE = (*I)->block_end(); in verifyLoop()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | GenericCycleInfo.h | 177 const_block_iterator block_end() const { in block_end() function 182 return llvm::make_range(block_begin(), block_end()); in blocks()
|
| H A D | GenericCycleImpl.h | 181 Child->block_end()); in moveTopLevelCycleToNewParent()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | BoltDiff.cpp | 353 while (Iter1 != Func1->getLayout().block_end()) { in matchBasicBlocks() 354 if (Iter2 == Func2->getLayout().block_end()) { in matchBasicBlocks() 396 if (!Match || Iter2 != Func2->getLayout().block_end()) in matchBasicBlocks()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 106 JamLoopBlocks.insert(JamLoop.block_begin(), JamLoop.block_end()); in partitionOuterLoopBlocks() 126 SubLoopBlocks.insert(SubLoop->block_begin(), SubLoop->block_end()); in partitionOuterLoopBlocks()
|
| H A D | LoopUtils.cpp | 586 L->block_end()); in deleteDeadLoop() 667 blocks.insert(L->block_begin(), L->block_end()); in deleteDeadLoop()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 957 external block_end : llvalue -> (llvalue, llbasicblock) llrev_pos 993 rev_iter_block_range f (block_end fn) (At_start fn) 1002 fold_right_block_range f init (block_end fn) (At_start fn)
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MustExecute.cpp | 63 BBE = CurLoop->block_end(); in computeLoopSafetyInfo()
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 467 return std::distance(R->block_begin(), R->block_end()); in getNumBlocksInRegionNode()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instruction.cpp | 525 return std::equal(thisPHI->block_begin(), thisPHI->block_end(), in isIdenticalToWhenDefined()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2734 block_iterator block_end() { 2738 const_block_iterator block_end() const { 2743 return make_range(block_begin(), block_end()); 2747 return make_range(block_begin(), block_end());
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | SymbolFileNativePDB.cpp | 1825 uint32_t block_end = getScopeEndOffset(variable_cvs); in ParseVariablesForBlock() local 1827 iter = syms.at(block_end); in ParseVariablesForBlock()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 743 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in isHardwareLoopProfitable()
|