Home
last modified time | relevance | path

Searched refs:getNumBlockIDs (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp44 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
H A DMachineLateInstrsCleanup.cpp101 RegDefs.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
103 RegKills.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
146 BitVector VisitedPreds(MI->getMF()->getNumBlockIDs()); in removeRedundantDef()
H A DLiveRangeCalc.cpp42 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap()
307 unsigned N = MF->getNumBlockIDs(); in findReachingDefs()
441 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
H A DLoopTraversal.cpp26 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
H A DCFIFixup.cpp124 const unsigned NumBlocks = MF.getNumBlockIDs(); in runOnMachineFunction()
H A DMachineTraceMetrics.cpp73 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
74 ProcReleaseAtCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
428 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
606 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
H A DBasicBlockSections.cpp243 SmallVector<MachineBasicBlock *> PreLayoutFallThroughs(MF.getNumBlockIDs()); in sortBasicBlocksAndUpdateBranches()
H A DReachingDefAnalysis.cpp237 MBBReachingDefs.resize(MF->getNumBlockIDs()); in init()
239 MBBOutRegsInfos.resize(MF->getNumBlockIDs()); in init()
H A DSwitchLoweringUtils.cpp326 BitVector Dests(FuncInfo.MF->getNumBlockIDs()); in findBitTestClusters()
375 BitVector Dests(FuncInfo.MF->getNumBlockIDs()); in buildBitTests()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.cpp125 << " - blocks: " << MF.getNumBlockIDs() << "\n"); in adjustBBOffsetsAfter()
127 for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
H A DARMBasicBlockInfo.h125 BBInfo.resize(MF.getNumBlockIDs()); in computeAllBlockSizes()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp181 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations()
573 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse()
938 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
940 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis()
942 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
H A DCFGReachabilityAnalysis.cpp24 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
H A DPostOrderCFGView.cpp22 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
H A DReachableCode.cpp742 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode()
745 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
753 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
767 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp98 unsigned(MBB->getNumber() + 1) < MF->getNumBlockIDs() in maybeUpdateTerminator()
196 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in sortBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp76 BlockInfo.resize(MF.getNumBlockIDs()); in generateBlockInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp89 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp76 llvm::BitVector BlockReachable(Cfg.getNumBlockIDs(), false); in findReachableBlocks()
H A DHTMLLogger.cpp185 BlockConverged.resize(ACFG.getCFG().getNumBlockIDs()); in beginAnalysis()
501 for (unsigned I = 0; I < CFG.getNumBlockIDs(); ++I) { in buildCFGDot()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp315 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp91 CopyMIList.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp102 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
233 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()

123