Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp705 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
952 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h528 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
2904 bool JumpIsExpensive; variable