Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1137 unsigned NumManifested = 0; in manifestAttributes() local
1175 NumManifested += (LocalChange == ChangeStatus::CHANGED); in manifestAttributes()
1178 (void)NumManifested; in manifestAttributes()
1180 LLVM_DEBUG(dbgs() << "\n[Attributor] Manifested " << NumManifested in manifestAttributes()
1184 NumAttributesManifested += NumManifested; in manifestAttributes()