Home
last modified time | relevance | path

Searched refs:BlockLayout (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DThreeWayBranch.cpp34 BinaryFunction::BasicBlockOrderType BlockLayout( in runOnFunction() local
36 for (BinaryBasicBlock *BB : BlockLayout) { in runOnFunction()
H A DTailDuplication.cpp581 BinaryFunction::BasicBlockOrderType BlockLayout( in runOnFunction() local
584 for (BinaryBasicBlock *BB : BlockLayout) { in runOnFunction()
/llvm-project-15.0.7/bolt/test/X86/
H A Dtail-duplication-cacheline.s2 # with accessing BlockLayout past bounds (unreachable blocks).
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4820 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 DCGDebugInfo.h377 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,