Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DEdgeBundles.cpp42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
59 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
DSlotIndexes.cpp66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
DMachineTraceMetrics.cpp61 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
62 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
396 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
569 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
DSpillPlacement.cpp188 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
DInterferenceCache.cpp101 Blocks.resize(MF->getNumBlockIDs()); in reset()
DLiveRangeCalc.cpp23 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap()
DSplitKit.cpp47 LastSplitPoint(MF.getNumBlockIDs()) {} in SplitAnalysis()
166 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
DLiveVariables.cpp628 PHIVarInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
/external/clang/lib/Analysis/
DUninitializedValues.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()
DCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
DReachableCode.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()
DPostOrderCFGView.cpp21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
DLiveVariables.cpp36 : enqueuedBlocks(cfg.getNumBlockIDs()), in DataflowWorklist()
496 if (cfg->getNumBlockIDs() > 300000) in computeLiveness()
504 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.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()
DCoreEngine.cpp182 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
293 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode()
83 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp61 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp279 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp71 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp253 llvm::SmallVector<RecursiveState, 16> states(cfg->getNumBlockIDs(), in checkRecursiveFunction()
291 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough()
296 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough()
2066 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings()
2068 cfg->getNumBlockIDs()); in IssueWarnings()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h283 unsigned getNumBlockIDs() const { return (unsigned)MBBNumbering.size(); }
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp151 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp652 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
1044 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp639 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
1076 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()

12