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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2033 Value *RootOfChain = local
2042 // Handle the scenario where the RootOfChain is not equal to the
2044 if (RootOfChain != Info.PointerToBase[LiveValue]) {
2045 PHINode *OrigRootPhi = dyn_cast<PHINode>(RootOfChain);
2055 // and RootOfChain (the original phi node itself) are the same, so that we
2093 Instruction *InsertBefore, Value *RootOfChain, Value *AlternateLiveBase) {
2118 // Assert that the cloned instruction does not use the RootOfChain
2120 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase);
2125 // RootOfChain/OrigRootPhi, with the corresponding PHI present in the
2127 // that the *only* use of the RootOfChain i
[all...]

Completed in 101 milliseconds