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.cpp261 unsigned InstrID = 0; in renumberInstrs() local
263 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1455 for (unsigned InstrID : RegIt->second) { in splitPHIRegister() local
1456 auto PHIIt = PHIValToPos.find(InstrID); in splitPHIRegister()
1467 NewRegIdxes.push_back(std::make_pair(NewReg, InstrID)); in splitPHIRegister()