Home
last modified time | relevance | path

Searched refs:InstrID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp260 unsigned InstrID = 0; in renumberInstrs() local
262 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1501 for (unsigned InstrID : RegIt->second) { in splitPHIRegister() local
1502 auto PHIIt = PHIValToPos.find(InstrID); in splitPHIRegister()
1513 NewRegIdxes.push_back(std::make_pair(NewReg, InstrID)); in splitPHIRegister()