Searched refs:TimestampInstruction (Results 1 – 2 of 2) sorted by relevance
301 void lowerTimestamp(InstrProfTimestampInst *TimestampInstruction);1218 InstrProfTimestampInst *TimestampInstruction) { in lowerTimestamp() argument1219 assert(TimestampInstruction->getIndex()->isZeroValue() && in lowerTimestamp()1222 auto *TimestampAddr = getCounterAddress(TimestampInstruction); in lowerTimestamp()1223 IRBuilder<> Builder(TimestampInstruction); in lowerTimestamp()1229 TimestampInstruction->eraseFromParent(); in lowerTimestamp()