Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp265 int InstId = InstIds.lookup(MI); in getReachingDef() local
273 if (Def >= InstId) in getReachingDef()
301 int InstId) const { in getInstFromId()
304 assert(InstId < static_cast<int>(MBB->size()) && in getInstFromId()
307 if (InstId < 0) in getInstFromId()
312 if (F != InstIds.end() && F->second == InstId) in getInstFromId()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h271 MachineInstr *getInstFromId(MachineBasicBlock *MBB, int InstId) const;