Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DEdgeBundles.cpp43 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
H A DReachingDefAnalysis.cpp143 MBBReachingDefs.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
148 MBBOutRegsInfos.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
H A DLoopTraversal.cpp27 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
H A DLiveRangeCalc.cpp45 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap()
458 unsigned N = MF->getNumBlockIDs(); in findReachingDefs()
592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
H A DMachineTraceMetrics.cpp74 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
75 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
410 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
588 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
H A DSlotIndexes.cpp66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
H A DCFIInstrInserter.cpp56 MBBVector.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
H A DSpillPlacement.cpp208 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
H A DInterferenceCache.cpp113 Blocks.resize(MF->getNumBlockIDs()); in reset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DUninitializedValues.cpp164 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations()
230 enqueuedBlocks(cfg.getNumBlockIDs(), true) { in DataflowWorklist()
599 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse()
912 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
914 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis()
916 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
H A DCFGReachabilityAnalysis.cpp25 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
H A DReachableCode.cpp688 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode()
691 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
701 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
716 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
H A DPostOrderCFGView.cpp23 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
H A DLiveVariables.cpp39 : enqueuedBlocks(cfg.getNumBlockIDs()), in DataflowWorklist()
552 if (cfg->getNumBlockIDs() > 300000) in computeLiveness()
560 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMComputeBlockSize.cpp73 BBInfo.resize(MF->getNumBlockIDs()); in computeAllBlockSizes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp389 if (CalleeCFG->getNumBlockIDs() > AMgr.options.AlwaysInlineSize) in examineStackFrames()
882 if (CalleeCFG->getNumBlockIDs() > Opts.MaxInlinableSize) in mayInlineDecl()
950 ((CalleeCFG->getNumBlockIDs() > Opts.AlwaysInlineSize) in shouldInlineCall()
957 CalleeCFG->getNumBlockIDs() >= in shouldInlineCall()
964 (CalleeCFG->getNumBlockIDs() > Opts.AlwaysInlineSize in shouldInlineCall()
H A DCoreEngine.cpp95 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
218 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h48 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp76 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode()
83 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp314 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp267 llvm::BitVector Queued(Body->getNumBlockIDs()); in throwEscapes()
304 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs()); in visitReachableThrows()
386 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough()
391 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough()
2233 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings()
2235 cfg->getNumBlockIDs()); in IssueWarnings()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp78 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp237 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in SortBlocks()

12