Searched refs:BlockLayout (Results 1 – 5 of 5) sorted by relevance
/llvm-project/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 | 582 BinaryFunction::BasicBlockOrderType BlockLayout( in runOnFunction() local 585 for (BinaryBasicBlock *BB : BlockLayout) { in runOnFunction()
|
/llvm-project/bolt/test/X86/ |
H A D | tail-duplication-cacheline.s | 2 ## with accessing BlockLayout past bounds (unreachable blocks).
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5224 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit, in EmitDeclareOfBlockLiteralArgVariable() 5231 BlockLayout.getElementOffsetInBits(0), in EmitDeclareOfBlockLiteralArgVariable() 5234 BlockLayout.getElementOffsetInBits(1), in EmitDeclareOfBlockLiteralArgVariable() 5238 BlockLayout.getElementOffsetInBits(0), in EmitDeclareOfBlockLiteralArgVariable() 5241 BlockLayout.getElementOffsetInBits(1), in EmitDeclareOfBlockLiteralArgVariable() 5245 BlockLayout.getElementOffsetInBits(2), Unit, Unit)); in EmitDeclareOfBlockLiteralArgVariable() 5249 BlockLayout.getElementOffsetInBits(3), in EmitDeclareOfBlockLiteralArgVariable() 5256 Loc, AS_public, BlockLayout.getElementOffsetInBits(4), Unit, Unit)); in EmitDeclareOfBlockLiteralArgVariable() 5178 collectDefaultFieldsForBlockLiteralDeclare(const CGBlockInfo & Block,const ASTContext & Context,SourceLocation Loc,const llvm::StructLayout & BlockLayout,llvm::DIFile * Unit,SmallVectorImpl<llvm::Metadata * > & Fields) collectDefaultFieldsForBlockLiteralDeclare() argument
|
H A D | CGDebugInfo.h | 414 const llvm::StructLayout &BlockLayout, llvm::DIFile *Unit,
|