search for: getgluednod

Displaying 1 result from an estimated 1 matches for "getgluednod".

Did you mean: getgluednode
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
...); - - // Find closest CALLSEQ_END walking back through lowered nodes if needed SDNode *CallEnd = Chain.getNode(); int Sanity = 0; + + // Find closest CALLSEQ_END walking back through lowered nodes if needed while (CallEnd->getOpcode() != ISD::CALLSEQ_END) { CallEnd = CallEnd->getGluedNode(); assert(CallEnd && "Can not find call node"); @@ -289,7 +292,7 @@ static SDNode *lowerCallFromStatepoint(const CallInst &CI, "Expected a callseq node."); assert(CallEnd->getGluedNode()); - // Step back inside the CALLSEQ + // Step back ins...