Home
last modified time | relevance | path

Searched refs:computeBlockSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp40 int computeBlockSize(MachineBasicBlock &MBB);
67 int AArch64CompressJumpTables::computeBlockSize(MachineBasicBlock &MBB) { in computeBlockSize() function in AArch64CompressJumpTables
81 Offset += computeBlockSize(MBB); in scanFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp104 uint64_t computeBlockSize(const MachineBasicBlock &MBB) const;
136 assert(BlockInfo[Num].Size == computeBlockSize(MBB)); in INITIALIZE_PASS()
164 BlockInfo[MBB.getNumber()].Size = computeBlockSize(MBB); in scanFunction()
171 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize() function in BranchRelaxation
263 BlockInfo[OrigBB->getNumber()].Size = computeBlockSize(*OrigBB); in splitBlockBeforeInstr()
267 BlockInfo[NewBB->getNumber()].Size = computeBlockSize(*NewBB); in splitBlockBeforeInstr()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMComputeBlockSize.cpp44 void computeBlockSize(MachineFunction *MF, MachineBasicBlock *MBB, in computeBlockSize() function
76 computeBlockSize(MF, &MBB, BBInfo[MBB.getNumber()]); in computeAllBlockSizes()
H A DARM.h60 void computeBlockSize(MachineFunction *MF, MachineBasicBlock *MBB,
H A DARMConstantIslandPass.cpp966 computeBlockSize(MF, OrigBB, BBInfo[OrigBB->getNumber()]); in splitBlockBeforeInstr()
970 computeBlockSize(MF, NewBB, BBInfo[NewBB->getNumber()]); in splitBlockBeforeInstr()
1331 computeBlockSize(MF, UserMBB, BBInfo[UserMBB->getNumber()]); in createNewWater()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp391 void computeBlockSize(MachineBasicBlock *MBB);
654 computeBlockSize(&*I); in initializeFunctionInfo()
797 void MipsConstantIslands::computeBlockSize(MachineBasicBlock *MBB) { in computeBlockSize() function in MipsConstantIslands
912 computeBlockSize(OrigBB); in splitBlockBeforeInstr()
916 computeBlockSize(NewBB); in splitBlockBeforeInstr()