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

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 88 void computeNumValueSiteCounts(InstrProfValueProfileInst *Ins);
91 void lowerValueProfileInst(InstrProfValueProfileInst *Ins);
143 if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(I++))
153 } else if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(Instr)) {
188 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) {
202 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) {
  /external/llvm/include/llvm/IR/
IntrinsicInst.h 377 class InstrProfValueProfileInst : public IntrinsicInst {

Completed in 313 milliseconds