/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 43 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction() 60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
|
D | LoopTraversal.cpp | 26 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
|
D | ReachingDefAnalysis.cpp | 142 MBBReachingDefs.resize(mf.getNumBlockIDs()); in runOnMachineFunction() 147 MBBOutRegsInfos.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
D | LiveRangeCalc.cpp | 44 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() 457 unsigned N = MF->getNumBlockIDs(); in findReachingDefs() 591 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
|
D | MachineTraceMetrics.cpp | 74 BlockInfo.resize(MF->getNumBlockIDs()); in runOnMachineFunction() 75 ProcResourceCycles.resize(MF->getNumBlockIDs() * in runOnMachineFunction() 410 assert(BlockInfo.size() == MF->getNumBlockIDs() && "Outdated BlockInfo size"); in verifyAnalysis() 588 assert(BlockInfo.size() == MTM.MF->getNumBlockIDs() && in verify()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBasicBlockInfo.cpp | 126 << " - blocks: " << MF.getNumBlockIDs() << "\n"); in adjustBBOffsetsAfter() 128 for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
|
D | ARMBasicBlockInfo.h | 125 BBInfo.resize(MF.getNumBlockIDs()); in computeAllBlockSizes()
|
/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()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | PostOrderCFGView.h | 46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 66 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CompressJumpTables.cpp | 76 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
|
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86VZeroUpper.cpp | 311 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
|
/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()
|