Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineOperand.cpp435 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() local
436 CustomMST.incorporateFunction(*F); in printIRBlockReference()
437 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()