Searched refs:TrampMem (Results 1 – 1 of 1) sorted by relevance
3692 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) { in findInitTrampolineFromAlloca() argument3695 Value *Underlying = TrampMem->stripPointerCasts(); in findInitTrampolineFromAlloca()3696 if (Underlying != TrampMem && in findInitTrampolineFromAlloca()3697 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem)) in findInitTrampolineFromAlloca()3703 for (User *U : TrampMem->users()) { in findInitTrampolineFromAlloca()3725 if (InitTrampoline->getOperand(0) != TrampMem) in findInitTrampolineFromAlloca()3732 Value *TrampMem) { in findInitTrampolineFromBB() argument3741 II->getOperand(0) == TrampMem) in findInitTrampolineFromBB()3759 Value *TrampMem = AdjustTramp->getOperand(0); in findInitTrampoline() local3761 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline()[all …]