Home
last modified time | relevance | path

Searched defs:NumPromoted (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp336 uint32_t NumPromoted = 0; in tryToPromote() local
365 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction() local
DInstrProfiling.cpp257 bool run(int64_t *NumPromoted) { in run()