Home
last modified time | relevance | path

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

123

/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()
567 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
DSpillPlacement.cpp200 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
/external/swiftshader/third_party/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.cpp68 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
DInterferenceCache.cpp79 Blocks.resize(MF->getNumBlockIDs()); in reset()
DLiveRangeCalc.cpp21 unsigned N = MF->getNumBlockIDs(); in reset()
DSpillPlacement.cpp179 BlockFrequency.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()
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()
DCFGReachabilityAnalysis.cpp23 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
DPostOrderCFGView.cpp21 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
DLiveVariables.cpp36 : 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/
DExprEngineCallAndReturn.cpp380 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()
DCoreEngine.cpp182 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList()
305 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430BranchSelector.cpp59 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCBranchSelector.cpp60 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp66 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/WebAssembly/
DWebAssemblyCFGStackify.cpp139 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in SortBlocks()
462 SmallVector<MachineBasicBlock *, 8> ScopeTops(MF.getNumBlockIDs() + 1); in PlaceMarkers()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp289 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp76 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp213 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()

123