Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2594 const Instruction *ToDrop = nullptr; in shouldKeepJumpConditionsTogether() local
2597 ToDrop = InsPair.first; in shouldKeepJumpConditionsTogether()
2601 if (ToDrop == nullptr) in shouldKeepJumpConditionsTogether()
2603 RhsDeps.erase(ToDrop); in shouldKeepJumpConditionsTogether()