/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction() 59 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 | 61 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction() 62 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction() 396 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis() 567 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
|
D | SpillPlacement.cpp | 200 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
/external/swiftshader/third_party/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 | 68 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
|
D | InterferenceCache.cpp | 79 Blocks.resize(MF->getNumBlockIDs()); in reset()
|
D | LiveRangeCalc.cpp | 21 unsigned N = MF->getNumBlockIDs(); in reset()
|
D | SpillPlacement.cpp | 179 BlockFrequency.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
/external/clang/lib/Analysis/ |
D | UninitializedValues.cpp | 149 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()
|
D | ReachableCode.cpp | 646 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()
|
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() 495 if (cfg->getNumBlockIDs() > 300000) in computeLiveness() 503 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 380 if (CalleeCFG->getNumBlockIDs() > AMgr.options.getAlwaysInlineSize()) in examineStackFrames() 778 if (CalleeCFG->getNumBlockIDs() > Opts.getMaxInlinableSize()) in mayInlineDecl() 853 ((CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize()) in shouldInlineCall() 860 CalleeCFG->getNumBlockIDs() >= in shouldInlineCall() 867 (CalleeCFG->getNumBlockIDs() > Opts.getAlwaysInlineSize() in shouldInlineCall()
|
D | CoreEngine.cpp | 182 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 305 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | PostOrderCFGView.h | 46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 59 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 60 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 66 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/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 139 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in SortBlocks() 462 SmallVector<MachineBasicBlock *, 8> ScopeTops(MF.getNumBlockIDs() + 1); in PlaceMarkers()
|
/external/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 289 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 76 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 213 SmallVector<RecursiveState, 16> States(cfg->getNumBlockIDs(), FoundNoPath); in checkForRecursiveFunctionCall() 303 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough() 308 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough() 2098 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings() 2100 cfg->getNumBlockIDs()); in IssueWarnings()
|