Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h65 std::vector<LoadStorePair> PromotionCandidates; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp362 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local
364 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()
DInstrProfiling.cpp376 PromotionCandidates.clear(); in lowerIntrinsics()
413 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores()
605 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store); in lowerIncrement()
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp605 auto PromotionCandidates = getPromotionCandidatesForCallSite( in processFunction() local
607 uint32_t NumPromoted = tryToPromote(I, PromotionCandidates, TotalCount); in processFunction()