Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineCycleAnalysis.h36 MachineCycleInfo &getCycleInfo() { return CI; } in getCycleInfo() function
37 const MachineCycleInfo &getCycleInfo() const { return CI; } in getCycleInfo() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPURegBankSelect.cpp65 getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineUniformityAnalysis.cpp204 auto &CI = getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()
HDMachineSink.cpp724 CI = &getAnalysis<MachineCycleInfoWrapperPass>().getCycleInfo(); in runOnMachineFunction()