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.cpp337 int InstId = InstIds.lookup(MI); in getReachingDef() local
352 if (Def >= InstId) in getReachingDef()
362 if (Def >= InstId) in getReachingDef()
389 int InstId) const { in getInstFromId()
393 assert(InstId < static_cast<int>(MBB->size()) && in getInstFromId()
396 if (InstId < 0) in getInstFromId()
401 if (F != InstIds.end() && F->second == InstId) in getInstFromId()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DReachingDefAnalysis.h314 MachineInstr *getInstFromId(MachineBasicBlock *MBB, int InstId) const;