Home
last modified time | relevance | path

Searched defs:NumBlockIDs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp141 static CFGIntervalGraph partitionIntoIntervalsImpl(unsigned NumBlockIDs, in partitionIntoIntervalsImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp322 for (unsigned MBBNumber = 0, NumBlockIDs = MF->getNumBlockIDs(); in traverse() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1451 unsigned NumBlockIDs = 0; variable