Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2478 static bool collectInstructionDeps( in collectInstructionDeps() function
2502 if (!collectInstructionDeps(Deps, I->getOperand(OpIdx), Necessary, in collectInstructionDeps()
2559 collectInstructionDeps(&LhsDeps, Lhs); in shouldKeepJumpConditionsTogether()
2563 if (!collectInstructionDeps(&RhsDeps, Rhs, &LhsDeps)) in shouldKeepJumpConditionsTogether()