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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1048 static IntrinsicInst *FindInitTrampolineFromAlloca(Value *TrampMem) { argument
1051 Value *Underlying = TrampMem->stripPointerCasts();
1052 if (Underlying != TrampMem &&
1053 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
1059 for (User *U : TrampMem->users()) {
1081 if (InitTrampoline->getOperand(0) != TrampMem)
1088 Value *TrampMem) {
1096 II->getOperand(0) == TrampMem)
1115 Value *TrampMem = AdjustTramp->getOperand(0);
1117 if (IntrinsicInst *IT = FindInitTrampolineFromAlloca(TrampMem))
1087 FindInitTrampolineFromBB(IntrinsicInst *AdjustTramp, Value *TrampMem) argument
[all...]

Completed in 124 milliseconds