Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h249 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
1226 JumpIsExpensive = isExpensive;
1727 bool JumpIsExpensive; variable
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp752 JumpIsExpensive = false; in TargetLoweringBase()