Home
last modified time | relevance | path

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

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