Home
last modified time | relevance | path

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

1234

/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()
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DEdgeBundles.cpp43 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
DReachingDefAnalysis.cpp143 MBBReachingDefs.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
148 MBBOutRegsInfos.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
DLoopTraversal.cpp27 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
DLiveRangeCalc.cpp45 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap()
458 unsigned N = MF->getNumBlockIDs(); in findReachingDefs()
592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
DMachineTraceMetrics.cpp74 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction()
75 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction()
411 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis()
589 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
/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()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMComputeBlockSize.cpp73 BBInfo.resize(MF->getNumBlockIDs()); in computeAllBlockSizes()
/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/PowerPC/
DPPCBranchSelector.cpp60 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430BranchSelector.cpp59 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp289 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()

1234