Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetLoweringBase.cpp953 void TargetLoweringBase::setJumpIsExpensive(bool isExpensive) { in setJumpIsExpensive() argument
956 JumpIsExpensive = isExpensive; in setJumpIsExpensive()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h2343 void setJumpIsExpensive(bool isExpensive = true);