Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h69 std::vector<LoadStorePair> PromotionCandidates; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp363 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local
365 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()
DInstrProfiling.cpp412 PromotionCandidates.clear(); in lowerIntrinsics()
456 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores()
653 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store); in lowerIncrement()