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

  /external/llvm/include/llvm/ProfileData/
InstrProf.h 248 void annotateValueSite(Module &M, Instruction &Inst,
253 void annotateValueSite(Module &M, Instruction &Inst,
    [all...]
  /external/llvm/lib/ProfileData/
InstrProf.cpp 670 void annotateValueSite(Module &M, Instruction &Inst,
683 annotateValueSite(M, Inst, VDs, Sum, ValueKind, MaxMDCount);
686 void annotateValueSite(Module &M, Instruction &Inst,
  /external/llvm/unittests/ProfileData/
InstrProfTest.cpp 288 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0);
318 annotateValueSite(*M, *Inst, R.get(), IPVK_IndirectCallTarget, 0, 5);
340 annotateValueSite(*M, *Inst, makeArrayRef(VD0Sorted).slice(2), 10,
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 618 annotateValueSite(*M, *I, ICallProfDataRef.slice(NumPromoted), TotalCount,
PGOInstrumentation.cpp 780 annotateValueSite(*M, *I, ProfileRecord, IPVK_IndirectCallTarget,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 793 llvm::annotateValueSite(CGM.getModule(), *ValueSite, *ProfRecord,

Completed in 158 milliseconds