Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/lib/CodeGen/
HDEdgeBundles.cpp42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
59 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
HDMachineTraceMetrics.cpp61 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
62 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
392 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
563 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
HDSlotIndexes.cpp66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
HDInterferenceCache.cpp101 Blocks.resize(MF->getNumBlockIDs()); in reset()
HDSpillPlacement.cpp188 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
HDLiveRangeCalc.cpp23 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap()
HDSplitKit.cpp47 LastSplitPoint(MF.getNumBlockIDs()) {} in SplitAnalysis()
166 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
HDLiveVariables.cpp628 PHIVarInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDUninitializedValues.cpp149 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations()
214 enqueuedBlocks(cfg.getNumBlockIDs(), true) { in DataflowWorklist()
580 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse()
894 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
896 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis()
898 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
HDReachableCode.cpp646 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode()
649 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
659 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
674 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
HDCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
HDPostOrderCFGView.cpp21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
HDLiveVariables.cpp36 : enqueuedBlocks(cfg.getNumBlockIDs()), in DataflowWorklist()
495 if (cfg->getNumBlockIDs() > 300000) in computeLiveness()
503 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCallAndReturn.cpp377 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()
789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()
864 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall()
871 CalleeCFG->getNumBlockIDs() > 13) { in shouldInlineCall()
877 (CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize() in shouldInlineCall()
HDCoreEngine.cpp182 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
293 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDPostOrderCFGView.h46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDeadStoresChecker.cpp72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode()
83 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430BranchSelector.cpp61 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCBranchSelector.cpp71 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86VZeroUpper.cpp279 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDAnalysisBasedWarnings.cpp252 llvm::SmallVector<RecursiveState, 16> states(cfg->getNumBlockIDs(), in checkRecursiveFunction()
290 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough()
295 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough()
2067 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings()
2069 cfg->getNumBlockIDs()); in IssueWarnings()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineFunction.h286 unsigned getNumBlockIDs() const { return (unsigned)MBBNumbering.size(); }
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64BranchRelaxation.cpp151 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsConstantIslandPass.cpp652 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
1044 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMConstantIslandPass.cpp719 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
1166 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()

12