Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dtemplates.cpp10 typedef MyClass<float> Mf; typedef
30 Mf m; in main()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp287 bool CSKYConstantIslands::runOnMachineFunction(MachineFunction &Mf) { in runOnMachineFunction() argument
288 MF = &Mf; in runOnMachineFunction()
289 MCP = Mf.getConstantPool(); in runOnMachineFunction()
290 STI = &Mf.getSubtarget<CSKYSubtarget>(); in runOnMachineFunction()