Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2540 InstructionCost CostOfIncluding = 0; in shouldKeepJumpConditionsTogether() local
2579 CostOfIncluding += in shouldKeepJumpConditionsTogether()
2582 if (CostOfIncluding > CostThresh) in shouldKeepJumpConditionsTogether()