Home
last modified time | relevance | path

Searched refs:TrampMem (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3692 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) { in findInitTrampolineFromAlloca() argument
3695 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() argument
3741 II->getOperand(0) == TrampMem) in findInitTrampolineFromBB()
3759 Value *TrampMem = AdjustTramp->getOperand(0); in findInitTrampoline() local
3761 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem)) in findInitTrampoline()
[all …]