Searched refs:TrampMem (Results 1 – 1 of 1) sorted by relevance
3977 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) { in findInitTrampolineFromAlloca() argument3980 Value *Underlying = TrampMem->stripPointerCasts(); in findInitTrampolineFromAlloca()3981 if (Underlying != TrampMem && in findInitTrampolineFromAlloca()3982 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem)) in findInitTrampolineFromAlloca()3988 for (User *U : TrampMem->users()) { in findInitTrampolineFromAlloca()4010 if (InitTrampoline->getOperand(0) != TrampMem) in findInitTrampolineFromAlloca()4017 Value *TrampMem) { in findInitTrampolineFromBB() argument4026 II->getOperand(0) == TrampMem) in findInitTrampolineFromBB()4044 Value *TrampMem = AdjustTramp->getOperand(0); in findInitTrampoline() local4046 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline()[all …]