| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | EdgeBundles.cpp | 43 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction() 60 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) { in runOnMachineFunction()
|
| H A D | ReachingDefAnalysis.cpp | 143 MBBReachingDefs.resize(mf.getNumBlockIDs()); in runOnMachineFunction() 148 MBBOutRegsInfos.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
| H A D | LoopTraversal.cpp | 27 MBBInfos.assign(MF.getNumBlockIDs(), MBBInfo()); in traverse()
|
| H A D | LiveRangeCalc.cpp | 45 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() 458 unsigned N = MF->getNumBlockIDs(); in findReachingDefs() 592 BitVector DefBlocks(MF.getNumBlockIDs()); in isJointlyDominated()
|
| 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 | SlotIndexes.cpp | 66 MBBRanges.resize(mf->getNumBlockIDs()); in runOnMachineFunction()
|
| H A D | CFIInstrInserter.cpp | 56 MBBVector.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
|
| H A D | SpillPlacement.cpp | 208 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
|
| H A D | InterferenceCache.cpp | 113 Blocks.resize(MF->getNumBlockIDs()); in reset()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 164 unsigned n = cfg.getNumBlockIDs(); in computeSetOfDeclarations() 230 enqueuedBlocks(cfg.getNumBlockIDs(), true) { in DataflowWorklist() 599 SmallVector<unsigned, 32> SuccsVisited(cfg.getNumBlockIDs(), 0); in getUninitUse() 912 llvm::BitVector previouslyVisited(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis() 914 llvm::BitVector wasAnalyzed(cfg.getNumBlockIDs(), false); in runUninitializedVariablesAnalysis() 916 PruneBlocksHandler PBH(cfg.getNumBlockIDs()); in runUninitializedVariablesAnalysis()
|
| H A D | CFGReachabilityAnalysis.cpp | 25 : analyzed(cfg.getNumBlockIDs(), false) {} in CFGReverseBlockReachabilityAnalysis()
|
| 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 | PostOrderCFGView.cpp | 23 Blocks.reserve(cfg->getNumBlockIDs()); in PostOrderCFGView()
|
| H A D | LiveVariables.cpp | 39 : enqueuedBlocks(cfg.getNumBlockIDs()), in DataflowWorklist() 552 if (cfg->getNumBlockIDs() > 300000) in computeLiveness() 560 llvm::BitVector everAnalyzedBlock(cfg->getNumBlockIDs()); in computeLiveness()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMComputeBlockSize.cpp | 73 BBInfo.resize(MF->getNumBlockIDs()); in computeAllBlockSizes()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 389 if (CalleeCFG->getNumBlockIDs() > AMgr.options.AlwaysInlineSize) in examineStackFrames() 882 if (CalleeCFG->getNumBlockIDs() > Opts.MaxInlinableSize) in mayInlineDecl() 950 ((CalleeCFG->getNumBlockIDs() > Opts.AlwaysInlineSize) in shouldInlineCall() 957 CalleeCFG->getNumBlockIDs() >= in shouldInlineCall() 964 (CalleeCFG->getNumBlockIDs() > Opts.AlwaysInlineSize in shouldInlineCall()
|
| H A D | CoreEngine.cpp | 95 L->getCFG()->getNumBlockIDs()); in ExecuteWorkList() 218 LC->getCFG()->getNumBlockIDs()); in HandleBlockEdge()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/ |
| H A D | PostOrderCFGView.h | 48 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} in CFGBlockSet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 76 BlockInfo.resize(MF->getNumBlockIDs()); in scanFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode() 83 if (!cfg.getNumBlockIDs()) in computeReachableBlocks()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430BranchSelector.cpp | 93 BlockOffsets.resize(MF->getNumBlockIDs()); in measureFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86VZeroUpper.cpp | 314 BlockStates.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 267 llvm::BitVector Queued(Body->getNumBlockIDs()); in throwEscapes() 304 llvm::BitVector Reachable(BodyCFG->getNumBlockIDs()); in visitReachableThrows() 386 llvm::BitVector live(cfg->getNumBlockIDs()); in CheckFallThrough() 391 if (!AddEHEdges && count != cfg->getNumBlockIDs()) in CheckFallThrough() 2233 NumCFGBlocks += cfg->getNumBlockIDs(); in IssueWarnings() 2235 cfg->getNumBlockIDs()); in IssueWarnings()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 78 BlockSizes.resize(Fn.getNumBlockIDs()); in runOnMachineFunction()
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyCFGSort.cpp | 237 SmallVector<unsigned, 16> NumPredsLeft(MF.getNumBlockIDs(), 0); in SortBlocks()
|