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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp534 auto isGCValue = [&](const Value *V) { local
545 return !(LiveInDeopt || UseRegistersForDeoptValues) || isGCValue(V);

Completed in 42 milliseconds