Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMIRPrinter.cpp628 ModuleSlotTracker CustomMST(F->getParent(), in printIRBlockReference() local
630 CustomMST.incorporateFunction(*F); in printIRBlockReference()
631 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOperand.cpp434 ModuleSlotTracker CustomMST(M, /*ShouldInitializeAllMetadata=*/false); in printIRBlockReference() local
435 CustomMST.incorporateFunction(*F); in printIRBlockReference()
436 Slot = CustomMST.getLocalSlot(&BB); in printIRBlockReference()