Home
last modified time | relevance | path

Searched defs:BlockIndex (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h183 DenseMap<const BasicBlockT *, uint64_t> BlockIndex; in apply() local
244 DenseMap<const BasicBlockT *, uint64_t> &BlockIndex) { in createFlowFunction() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp376 void MemCmpExpansion::emitLoadCompareByteBlock(unsigned BlockIndex, in emitLoadCompareByteBlock() argument
411 Value *MemCmpExpansion::getCompareLoadPairs(unsigned BlockIndex, in getCompareLoadPairs() argument
480 emitLoadCompareBlockMultipleLoads(unsigned BlockIndex,unsigned & LoadIndex) emitLoadCompareBlockMultipleLoads() argument
514 emitLoadCompareBlock(unsigned BlockIndex) emitLoadCompareBlock() argument
[all...]
H A DMachineBlockPlacement.cpp3570 DenseMap<const MachineBasicBlock *, uint64_t> BlockIndex; applyExtTsp() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp103 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex, in getBlockData()
113 Error PDBFile::setBlockData(uint32_t BlockIndex, uint32_t Offset, in setBlockData()
/llvm-project/bolt/lib/Core/
H A DFunctionLayout.cpp168 unsigned BlockIndex = 0; updateLayoutIndices() local
/llvm-project/llvm/lib/Object/
H A DELF.cpp852 for (uint32_t BlockIndex = 0; !MetadataDecodeErr && !ULEBSizeErr && Cur && decodeBBAddrMapImpl() local
887 for (uint32_t BlockIndex = 0; decodeBBAddrMapImpl() local
/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp235 uint32_t BlockIndex = FileOffset / BlockSize; in getOffsetInStream() local
/llvm-project/llvm/tools/obj2yaml/
H A Delf2yaml.cpp932 for (uint64_t BlockIndex = 0; Cur && BlockIndex < NumBlocks; dumpBBAddrMapSection() local
955 for (uint64_t BlockIndex = 0; Cur && BlockIndex < TotalNumBlocks; dumpBBAddrMapSection() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp748 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks() local
/llvm-project/bolt/lib/Profile/
H A DDataAggregator.cpp2398 const unsigned BlockIndex = BlockMap.getBBIndex(BI.To.Offset); writeBATYAML() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12244 for (size_t BlockIndex = 0; BlockIndex < NumBlocks; BlockIndex++) isWideDUPMask() local
[all...]