Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp712 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
956 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h559 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
3236 bool JumpIsExpensive; variable