Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp683 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
926 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h523 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
2884 bool JumpIsExpensive; variable