HomeSort by relevance Sort by last modified time
    Searched refs:getProfileCount (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 84 ProfileSummaryInfo::getProfileCount(const Instruction *Inst,
136 if (auto CallCount = getProfileCount(&I, nullptr))
165 if (auto CallCount = getProfileCount(&I, nullptr))
251 auto C = getProfileCount(CS.getInstruction(), BFI);
257 auto C = getProfileCount(CS.getInstruction(), BFI);
ModuleSummaryAnalysis.cpp 292 auto ScaledCount = PSI->getProfileCount(&I, BFI);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 89 Optional<uint64_t> getProfileCount(const Instruction *CallInst,
  /external/clang/lib/CodeGen/
CGStmt.cpp 614 getProfileCount(S.getThen()));
708 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
788 uint64_t BackedgeCount = getProfileCount(S.getBody()) - ParentCount;
860 createProfileWeightsForLoop(S.getCond(), getProfileCount(S.getBody())));
    [all...]
CodeGenFunction.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CGExprComplex.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExprAgg.cpp     [all...]
CGObjC.cpp     [all...]
CodeGenFunction.h     [all...]
CGExpr.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]

Completed in 362 milliseconds