Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp580 JumpIsExpensive = JumpIsExpensiveOverride; in TargetLoweringBase()
800 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h394 bool isJumpExpensive() const { return JumpIsExpensive; } in isJumpExpensive()
2677 bool JumpIsExpensive; variable