Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp407 static bool IsChainDependent(SDNode *Outer, SDNode *Inner, in IsChainDependent() function
419 if (IsChainDependent(Op.getNode(), Inner, NestLevel, TII)) in IsChainDependent()
1315 if (!IsChainDependent(Gen, Node, 0, TII) && in DelayForLiveRegsBottomUp()