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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp821 static IntrinsicInst *FindInitTrampolineFromAlloca(Value *TrampMem) { argument
824 Value *Underlying = TrampMem->stripPointerCasts();
825 if (Underlying != TrampMem &&
826 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
832 for (Value::use_iterator I = TrampMem->use_begin(), E = TrampMem->use_end();
855 if (InitTrampoline->getOperand(0) != TrampMem)
862 Value *TrampMem) {
870 II->getOperand(0) == TrampMem)
889 Value *TrampMem
861 FindInitTrampolineFromBB(IntrinsicInst *AdjustTramp, Value *TrampMem) argument
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2401 static IntrinsicInst *findInitTrampolineFromAlloca(Value *TrampMem) { argument
2404 Value *Underlying = TrampMem->stripPointerCasts();
2405 if (Underlying != TrampMem &&
2406 (!Underlying->hasOneUse() || Underlying->user_back() != TrampMem))
2412 for (User *U : TrampMem->users()) {
2434 if (InitTrampoline->getOperand(0) != TrampMem)
2441 Value *TrampMem) {
2450 II->getOperand(0) == TrampMem)
2469 Value *TrampMem = AdjustTramp->getOperand(0);
2471 if (IntrinsicInst *IT = findInitTrampolineFromAlloca(TrampMem))
2440 findInitTrampolineFromBB(IntrinsicInst *AdjustTramp, Value *TrampMem) argument
[all...]

Completed in 53 milliseconds