Home
last modified time | relevance | path

Searched refs:BBCvt (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DIfConversion.cpp1185 uint64_t CvtNext = 0, CvtFalse = 0, BBNext = 0, BBCvt = 0, SumWeight = 0; in IfConvertTriangle() local
1192 BBCvt = MBPI->getEdgeWeight(BBI.BB, CvtBBI->BB); in IfConvertTriangle()
1229 uint64_t NewNext = BBNext * SumWeight + (BBCvt * CvtNext) / WeightScale; in IfConvertTriangle()
1230 uint64_t NewFalse = (BBCvt * CvtFalse) / WeightScale; in IfConvertTriangle()