Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp360 void printInstrAlive(unsigned InstrNo, formatted_raw_ostream &OS) { in printInstrAlive() argument
363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo)) in printInstrAlive()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2338 if (uint64_t InstrNo = MI.peekDebugInstrNum()) { in produceMLocTransferFunction() local
2341 DebugInstrNumToInstr.insert(std::make_pair(InstrNo, InstrAndPos)); in produceMLocTransferFunction()