Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp516 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() local
517 CustomMST.incorporateFunction(*F); in printIRBlockReference()
518 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()