Home
last modified time | relevance | path

Searched defs:Ind (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp143 if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(I++)) in runOnModule() local
153 } else if (auto *Ind = dyn_cast<InstrProfValueProfileInst>(Instr)) { in runOnModule() local
188 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind) { in computeNumValueSiteCounts()
202 void InstrProfiling::lowerValueProfileInst(InstrProfValueProfileInst *Ind) { in lowerValueProfileInst()