Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.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()