Home
last modified time | relevance | path

Searched defs:FunctionT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DSSAContext.h42 using FunctionT = Function; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAContext.h43 using FunctionT = MachineFunction; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityInfo.h32 using FunctionT = typename ContextT::FunctionT; variable
H A DGenericCycleInfo.h47 using FunctionT = typename ContextT::FunctionT; variable
230 using FunctionT = typename ContextT::FunctionT; variable
H A DGenericConvergenceVerifier.h26 using FunctionT = typename ContextT::FunctionT; variable
H A DGenericUniformityImpl.h89 using FunctionT = typename ContextT::FunctionT; variable
263 using FunctionT = typename ContextT::FunctionT; variable
330 using FunctionT = typename ContextT::FunctionT; variable
485 using FunctionT = typename ContextT::FunctionT; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h123 using FunctionT = FT; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp120 using FunctionT = MachineFunction; typedef