Home
last modified time | relevance | path

Searched defs:CurFunc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/objw/
Dprog.go72 CurFunc *ir.Func // fn these Progs are for member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp119 const MachineFunction *CurFunc = nullptr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp121 const MachineFunction *CurFunc = nullptr; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dfunc.go381 var CurFunc *Func var