HomeSort by relevance Sort by last modified time
    Searched refs:inWeight (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 41 double inWeight;
99 double inWeight = 0;
110 inWeight += EdgeWeight;
132 << "inWeight=" << format("%20.20g",inWeight) << ","
150 << "inWeight=" << format("%20.20g",DI->inWeight) << ","
244 DI.inWeight = DI.outWeight = 0;
251 DI.inWeight += ReadOrAssert(PI->getEdge(0,BB));
256 DI.inWeight += ReadOrAssert(PI->getEdge(*bpi,BB))
    [all...]
BranchProbabilityInfo.cpp 336 uint32_t inWeight = LBH_TAKEN_WEIGHT / numInEdges;
337 if (inWeight < NORMAL_WEIGHT)
338 inWeight = NORMAL_WEIGHT;
342 setEdgeWeight(BB, *EI, inWeight);
ProfileInfo.cpp 583 double inWeight = 0;
588 readEdge(this,getEdge(0,BB),inWeight,inMissing);
592 readEdge(this,getEdge(*bbi,BB),inWeight,inMissing);
613 share = inWeight/outMissing.size();
614 setExecutionCount(BB,inWeight);
    [all...]

Completed in 182 milliseconds