Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1182 Statistic &NumBranches = (I->succ_size() > 1) ? NumCondBranches in INITIALIZE_PASS_DEPENDENCY() local
1194 ++NumBranches; in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp56 STATISTIC(NumBranches, "Number of branches unswitched");
449 ++NumBranches; in processCurrentLoop()