Home
last modified time | relevance | path

Searched refs:TimestampInstruction (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp301 void lowerTimestamp(InstrProfTimestampInst *TimestampInstruction);
1218 InstrProfTimestampInst *TimestampInstruction) { in lowerTimestamp() argument
1219 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()
1222 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp()
1223 IRBuilder<> Builder(TimestampInstruction); in lowerTimestamp()
1229 TimestampInstruction->eraseFromParent(); in lowerTimestamp()