Home
last modified time | relevance | path

Searched defs:MaxNumBlocks (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2264 produceMLocTransferFunction(MachineFunction & MF,SmallVectorImpl<MLocTransferMap> & MLocTransfer,unsigned MaxNumBlocks) produceMLocTransferFunction() argument
3485 depthFirstVLocAndEmit(unsigned MaxNumBlocks,const ScopeToDILocT & ScopeToDILocation,const ScopeToVarsT & ScopeToVars,ScopeToAssignBlocksT & ScopeToAssignBlocks,LiveInsT & Output,FuncValueTable & MOutLocs,FuncValueTable & MInLocs,SmallVectorImpl<VLocTracker> & AllTheVLocs,MachineFunction & MF,DenseMap<DebugVariable,unsigned> & AllVarsNumbering,const TargetPassConfig & TPC) depthFirstVLocAndEmit() argument
3675 int MaxNumBlocks = -1; ExtendRanges() local
[all...]
/llvm-project/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp495 unsigned MaxNumBlocks) { in produceMLocTransferFunction() argument
/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp50 MaxNumBlocks("debug-ata-max-blocks", cl::init(10000), variable