Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp623 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
920 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h601 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
3496 bool JumpIsExpensive; variable