Searched refs:BlockLayout (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | ThreeWayBranch.cpp | 34 BinaryFunction::BasicBlockOrderType BlockLayout( in runOnFunction() local 36 for (BinaryBasicBlock *BB : BlockLayout) { in runOnFunction()
|
| H A D | TailDuplication.cpp | 581 BinaryFunction::BasicBlockOrderType BlockLayout( in runOnFunction() local 584 for (BinaryBasicBlock *BB : BlockLayout) { in runOnFunction()
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | tail-duplication-cacheline.s | 2 # with accessing BlockLayout past bounds (unreachable blocks).
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 4820 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit, in collectDefaultFieldsForBlockLiteralDeclare() argument 4827 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 4830 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 4834 BlockLayout.getElementOffsetInBits(0), in collectDefaultFieldsForBlockLiteralDeclare() 4837 BlockLayout.getElementOffsetInBits(1), in collectDefaultFieldsForBlockLiteralDeclare() 4841 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare() 4845 BlockLayout.getElementOffsetInBits(3), in collectDefaultFieldsForBlockLiteralDeclare() 4852 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in collectDefaultFieldsForBlockLiteralDeclare()
|
| H A D | CGDebugInfo.h | 377 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,
|