Home
last modified time | relevance | path

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

12

/external/llvm/lib/CodeGen/
DEdgeBundles.cpp42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
61 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
DSlotIndexes.cpp66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
DMachineTraceMetrics.cpp60 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
61 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
400 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
578 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
DInterferenceCache.cpp83 Blocks.resize(MF->getNumBlockIDs()); in reset()
DSpillPlacement.cpp190 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
DLiveRangeCalc.cpp31 unsigned N = MF->getNumBlockIDs(); in reset()
DSplitKit.cpp51 LastSplitPoint(MF.getNumBlockIDs()) {} in SplitAnalysis()
173 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
DLiveVariables.cpp508 PHIVarInfo = new SmallVector<unsigned, 4>[MF->getNumBlockIDs()]; in runOnMachineFunction()
DPrologEpilogInserter.cpp733 SPState.resize(Fn.getNumBlockIDs()); in replaceFrameIndices()
/external/clang/lib/Analysis/
DReachableCode.cpp299 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode()
301 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
311 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
326 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
DUninitializedValues.cpp148 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations()
213 enqueuedBlocks(cfg.getNumBlockIDs(), true) { in DataflowWorklist()
523 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse()
819 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
821 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis()
823 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
DCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
DPostOrderCFGView.cpp21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
DLiveVariables.cpp36 : enqueuedBlocks(cfg.getNumBlockIDs()), in DataflowWorklist()
516 if (cfg->getNumBlockIDs() > 300000) in computeLiveness()
524 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp177 BBState.resize(MF.getNumBlockIDs(), 0); in runOnMachineFunction()
178 BBSolved.resize(MF.getNumBlockIDs(), 0); in runOnMachineFunction()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp377 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames()
789 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl()
856 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall()
863 CalleeCFG->getNumBlockIDs() > 13) { in shouldInlineCall()
869 (CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize() in shouldInlineCall()
DCoreEngine.cpp181 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
292 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp59 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/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/PowerPC/
DPPCBranchSelector.cpp69 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/llvm/lib/Target/AArch64/
DAArch64BranchFixupPass.cpp257 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
411 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp106 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough()
111 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough()
1656 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings()
1658 cfg->getNumBlockIDs()); in IssueWarnings()
/external/llvm/include/llvm/CodeGen/
DMachineFunction.h265 unsigned getNumBlockIDs() const { return (unsigned)MBBNumbering.size(); }
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp636 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo()
1073 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()

12