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.cpp744 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
1002 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h591 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
3377 bool JumpIsExpensive; variable