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.cpp2574 InstructionCost CostOfIncluding = 0; in shouldKeepJumpConditionsTogether() local
2613 CostOfIncluding += in shouldKeepJumpConditionsTogether()
2616 if (CostOfIncluding > CostThresh) in shouldKeepJumpConditionsTogether()