Home
last modified time | relevance | path

Searched refs:JumpIsExpensive (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp546 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
731 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h372 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
2496 bool JumpIsExpensive; variable