Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2833 static void mapValueToSlot(const Value *V, ModuleSlotTracker &MST, in mapValueToSlot() function
2847 mapValueToSlot(&Arg, MST, Slots2Values); in initSlots2Values()
2849 mapValueToSlot(&BB, MST, Slots2Values); in initSlots2Values()
2851 mapValueToSlot(&I, MST, Slots2Values); in initSlots2Values()