Lines Matching full:bci
43 STATISTIC(NumFunctions, "Number of total functions that BCI has processed");
45 "Number of functions for which BCI cannot run on");
46 STATISTIC(NumBlocks, "Number of total basic blocks that BCI has processed");
252 const BlockCoverageInference *BCI; member in llvm::DotFuncBCIInfo
256 DotFuncBCIInfo(const BlockCoverageInference *BCI, in DotFuncBCIInfo() argument
258 : BCI(BCI), Coverage(Coverage) {} in DotFuncBCIInfo()
260 const Function &getFunction() { return BCI->F; } in getFunction()
263 return BCI->shouldInstrumentBlock(*BB); in isInstrumented()
271 return BCI->getDependencies(*Src).count(Dest); in isDependent()
303 return "BCI CFG for " + Info->getFunction().getName().str(); in getGraphName()
335 WriteGraph(&Info, "BCI", false, in viewBlockCoverageGraph()