Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp237 void lowerTimestamp(InstrProfTimestampInst *TimestampInstruction);
918 InstrProfTimestampInst *TimestampInstruction) { in lowerTimestamp() argument
919 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()
922 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp()
923 IRBuilder<> Builder(TimestampInstruction); in lowerTimestamp()
929 TimestampInstruction->eraseFromParent(); in lowerTimestamp()