Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp702 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
1019 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h631 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
3638 bool JumpIsExpensive; variable