HomeSort by: relevance | last modified time | path
    Searched refs:PromotionCandidates (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 70 std::vector<LoadStorePair> PromotionCandidates;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 368 auto PromotionCandidates = getPromotionCandidatesForCallSite(
370 uint32_t NumPromoted = tryToPromote(*CB, PromotionCandidates, TotalCount);
InstrProfiling.cpp 447 PromotionCandidates.clear();
498 for (const auto &LoadStore : PromotionCandidates) {
714 PromotionCandidates.emplace_back(cast<Instruction>(Load), Store);

Completed in 18 milliseconds