/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 44 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction() 60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
|
H A D | BasicBlockSections.cpp | 218 V.resize(MF.getNumBlockIDs()); in getBBClusterInfoForFunction() 221 if (bbClusterInfo.MBBNumber >= MF.getNumBlockIDs()) in getBBClusterInfoForFunction() 287 MF.getNumBlockIDs()); in sortBasicBlocksAndUpdateBranches()
|
H A D | LiveRangeCalc.cpp | 44 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() 304 unsigned N = MF->getNumBlockIDs(); in findReachingDefs() 438 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
|
H A D | LoopTraversal.cpp | 26 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
|
H A D | SwitchLoweringUtils.cpp | 323 BitVector Dests(FuncInfo.MF->getNumBlockIDs()); in findBitTestClusters() 372 BitVector Dests(FuncInfo.MF->getNumBlockIDs()); in buildBitTests()
|
H A 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()
|
H A D | ReachingDefAnalysis.cpp | 232 MBBReachingDefs.resize(MF->getNumBlockIDs()); in init() 234 MBBOutRegsInfos.resize(MF->getNumBlockIDs()); in init()
|
H A D | SlotIndexes.cpp | 75 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
|
H A D | SpillPlacement.cpp | 204 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBasicBlockInfo.cpp | 126 << " - blocks: " << MF.getNumBlockIDs() << "\n"); in adjustBBOffsetsAfter() 128 for(unsigned i = BBNum + 1, e = MF.getNumBlockIDs(); i < e; ++i) { in adjustBBOffsetsAfter()
|
H A D | ARMBasicBlockInfo.h | 125 BBInfo.resize(MF.getNumBlockIDs()); in computeAllBlockSizes()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 164 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations() 558 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse() 936 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis() 938 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis() 940 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
|
H A D | ReachableCode.cpp | 688 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() 691 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode() 701 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode() 716 if (numReachable == cfg->getNumBlockIDs()) in FindUnreachableCode()
|
H A D | CFGReachabilityAnalysis.cpp | 24 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
|
H A D | PostOrderCFGView.cpp | 22 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
|
H A D | LiveVariables.cpp | 510 if (cfg->getNumBlockIDs() > 300000) in computeLiveness() 518 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyCFGSort.cpp | 98 unsigned(MBB->getNumber() + 1) < MF->getNumBlockIDs() in maybeUpdateTerminator() 196 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in sortBlocks()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowWorklist.h | 31 : EnqueuedBlocks(Cfg.getNumBlockIDs()), POV(POV), WorkList(C) {} in DataflowWorklistBase()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | PostOrderCFGView.h | 47 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 89 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 73 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode() 84 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86VZeroUpper.cpp | 318 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 286 llvm::BitVector Queued(Body->getNumBlockIDs()); in throwEscapes() 323 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs()); in visitReachableThrows() 405 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough() 410 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough() 2456 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings() 2458 cfg->getNumBlockIDs()); in IssueWarnings()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 93 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 216 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
|