Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h211 void substitutePass(AnalysisID StandardID, IdentifyingPassPtr TargetID);
217 void enablePass(AnalysisID PassID) { substitutePass(PassID, PassID); } in enablePass()
221 substitutePass(PassID, IdentifyingPassPtr()); in disablePass()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp430 substitutePass(&PostRASchedulerID, &PostMachineSchedulerID); in PPCPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp394 substitutePass(&PostRASchedulerID, &PostMachineSchedulerID); in RISCVPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp548 substitutePass(&PostRASchedulerID, &PostMachineSchedulerID); in AArch64PassConfig()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp677 void TargetPassConfig::substitutePass(AnalysisID StandardID, in substitutePass() function in TargetPassConfig
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp1181 substitutePass(&PostRASchedulerID, &PostMachineSchedulerID); in GCNPassConfig()