Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h254 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
1793 bool JumpIsExpensive; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp738 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
897 JumpIsExpensive = isExpensive; in setJumpIsExpensive()