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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 88 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
91 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 455 } else if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(Instr)) {
562 if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(I))
617 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) {
630 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IntrinsicInst.h 1127 class InstrProfValueProfileInst : public IntrinsicInst {

Completed in 17 milliseconds