Home
last modified time | relevance | path

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

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