/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction() 61 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
|
D | SlotIndexes.cpp | 66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
|
D | MachineTraceMetrics.cpp | 60 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()
|
D | InterferenceCache.cpp | 83 Blocks.resize(MF->getNumBlockIDs()); in reset()
|
D | SpillPlacement.cpp | 190 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
D | LiveRangeCalc.cpp | 31 unsigned N = MF->getNumBlockIDs(); in reset()
|
D | SplitKit.cpp | 51 LastSplitPoint(MF.getNumBlockIDs()) {} in SplitAnalysis() 173 ThroughBlocks.resize(MF.getNumBlockIDs()); in calcLiveBlockInfo()
|
D | LiveVariables.cpp | 508 PHIVarInfo = new SmallVector<unsigned, 4>[MF->getNumBlockIDs()]; in runOnMachineFunction()
|
D | PrologEpilogInserter.cpp | 733 SPState.resize(Fn.getNumBlockIDs()); in replaceFrameIndices()
|
/external/clang/lib/Analysis/ |
D | ReachableCode.cpp | 299 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()
|
D | UninitializedValues.cpp | 148 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()
|
D | CFGReachabilityAnalysis.cpp | 23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
|
D | PostOrderCFGView.cpp | 21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
|
D | LiveVariables.cpp | 36 : 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/ |
D | X86VZeroUpper.cpp | 177 BBState.resize(MF.getNumBlockIDs(), 0); in runOnMachineFunction() 178 BBSolved.resize(MF.getNumBlockIDs(), 0); in runOnMachineFunction()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | PostOrderCFGView.h | 46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 377 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()
|
D | CoreEngine.cpp | 181 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 292 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 59 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode() 83 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 69 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchFixupPass.cpp | 257 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo() 411 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 106 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/ |
D | MachineFunction.h | 265 unsigned getNumBlockIDs() const { return (unsigned)MBBNumbering.size(); }
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantIslandPass.cpp | 636 BBInfo.resize(MF->getNumBlockIDs()); in initializeFunctionInfo() 1073 for(unsigned i = BBNum + 1, e = MF->getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
|