Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h143 bool EnableLoopTermFold = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp238 EnableLoopTermFold = true; in MipsPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp396 EnableLoopTermFold = true; in RISCVPassConfig()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp840 if (EnableLoopTermFold) in addIRPasses()