Searched refs:findGluedUser (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp707 /// findGluedUser - Find the representative use of a glue value by walking
709 static SDNode *findGluedUser(SDNode *N) { function
729 SDNode *User = findGluedUser(N);

Completed in 121 milliseconds