Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp435 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() function
447 if (IsChainDependent(Op.getNode(), Inner, NestLevel, TII)) in IsChainDependent()
1390 if (!IsChainDependent(Gen, Node, 0, TII) && in DelayForLiveRegsBottomUp()