Searched refs:isJumpExpensive (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h172 /// isJumpExpensive() - Return true if Flow Control is an expensive operation
174 bool isJumpExpensive() const { return JumpIsExpensive; } function in class:llvm::TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1542 if (!TLI.isJumpExpensive() &&

Completed in 140 milliseconds