Searched refs:TimestampInstruction (Results 1 – 1 of 1) sorted by relevance
237 void lowerTimestamp(InstrProfTimestampInst *TimestampInstruction);918 InstrProfTimestampInst *TimestampInstruction) { in lowerTimestamp() argument919 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()922 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp()923 IRBuilder<> Builder(TimestampInstruction); in lowerTimestamp()929 TimestampInstruction->eraseFromParent(); in lowerTimestamp()