Searched defs:MBB (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp21 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, argument
[all...]
H A DLoopTraversal.cpp15 bool LoopTraversal::isBlockDone(MachineBasicBlock *MBB) { argument
H A DFinalizeISel.cpp54 MachineBasicBlock *MBB = &*I; local
H A DLiveRegUnits.cpp119 void LiveRegUnits::addLiveOuts(const MachineBasicBlock &MBB) { argument
136 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { argument
78 addBlockLiveIns(LiveRegUnits &LiveUnits, const MachineBasicBlock &MBB) argument
[all...]
H A DMachineSizeOpts.cpp29 bool isColdBlock(const MachineBasicBlock *MBB, argument
93 static bool isColdBlock(const MachineBasicBlock *MBB, argument
37 isHotBlockNthPercentile(int PercentileCutoff, const MachineBasicBlock *MBB, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
98 isHotBlockNthPercentile(int CutOff, const MachineBasicBlock *MBB, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI) argument
116 shouldOptimizeForSize(const MachineBasicBlock *MBB, ProfileSummaryInfo *PSI, const MachineBlockFrequencyInfo *MBFI, PGSOQueryType QueryType) argument
[all...]
H A DMachineBasicBlock.cpp74 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) { argument
79 Printable llvm::printMBBReference(const MachineBasicBlock &MBB) { argument
[all...]
H A DMIRVRegNamerUtils.h85 bool renameVRegs(MachineBasicBlock *MBB, unsigned BBNum) { argument
H A DMachineOptimizationRemarkEmitter.cpp35 MachineOptimizationRemarkEmitter::computeHotness(const MachineBasicBlock &MBB) { argument
44 const MachineBasicBlock *MBB = Remark.getBlock(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp138 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp64 void PPCPostRASchedStrategy::enterMBB(MachineBasicBlock *MBB) { argument
H A DPPCQPXLoadSplat.cpp65 MachineBasicBlock *MBB = &*MFI; local
H A DPPCTOCRegDeps.cpp110 bool processBlock(MachineBasicBlock &MBB) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp47 MachineBasicBlock &MBB = *MFI; local
82 MachineBasicBlock &MBB = *MFI; local
134 MachineBasicBlock &MBB = *MFI; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h56 virtual void beginFragment(const MachineBasicBlock *MBB, argument
61 virtual void beginFunclet(const MachineBasicBlock &MBB, argument
H A DLoopTraversal.h89 MachineBasicBlock *MBB = nullptr; member in struct:llvm::LoopTraversal::TraversedMBBInfo
H A DWasmEHFuncInfo.h46 void setEHPadUnwindDest(MachineBasicBlock *MBB, MachineBasicBlock *Dest) { argument
H A DLivePhysRegs.h192 recomputeLiveIns(MachineBasicBlock &MBB) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMacroFusion.cpp44 const MachineBasicBlock &MBB = *FirstMI->getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp118 MachineBasicBlock &MBB = *MI->getParent(); local
H A DARMBasicBlockInfo.cpp47 void ARMBasicBlockUtils::computeBlockSize(MachineBasicBlock *MBB) { argument
76 const MachineBasicBlock *MBB = MI->getParent(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFRegisterInfo.cpp63 MachineBasicBlock &MBB = *MI.getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp27 MachineBasicBlock *MBB = Insert->getParent(); local
39 MachineBasicBlock *MBB = Insert->getParent(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameToArgsOffsetElim.cpp53 MachineBasicBlock &MBB = *MFI; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h35 MachineBasicBlock *MBB; member in class:llvm::InstrEmitter
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelector.cpp40 MachineBasicBlock &MBB = *I.getParent(); local

Completed in 252 milliseconds

1234567891011>>