HomeSort by relevance Sort by last modified time
    Searched refs:DeadInsts (Results 1 - 25 of 39) sorted by null

1 2

  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 89 SmallVector<Instruction *, 32> &DeadInsts);
93 SmallVector<Instruction *, 32> &DeadInsts);
197 LoadInst *LI, SmallVector<Instruction *, 32> &DeadInsts) {
261 DeadInsts.push_back(SVI);
263 DeadInsts.push_back(LI);
335 StoreInst *SI, SmallVector<Instruction *, 32> &DeadInsts) {
355 DeadInsts.push_back(SI);
356 DeadInsts.push_back(SVI);
371 SmallVector<Instruction *, 32> DeadInsts;
376 Changed |= lowerInterleavedLoad(LI, DeadInsts);
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
SROA.h 71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
SROA.h 75 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyIndVar.cpp 52 SmallVectorImpl<WeakVH> &DeadInsts;
64 DeadInsts(Dead),
147 DeadInsts.push_back(IVOperand);
184 DeadInsts.push_back(ICmp);
240 DeadInsts.push_back(Rem);
271 DeadInsts.push_back(UseInst);
LoopUnroll.cpp 389 SmallVector<WeakVH, 16> DeadInsts;
390 simplifyLoopIVs(L, SE, LPM, DeadInsts);
394 while (!DeadInsts.empty())
396 dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val()))
Local.cpp 272 SmallVector<Instruction*, 16> DeadInsts;
273 DeadInsts.push_back(I);
276 I = DeadInsts.pop_back_val();
291 DeadInsts.push_back(OpI);
295 } while (!DeadInsts.empty());
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 51 SmallVectorImpl<WeakVH> &DeadInsts;
58 : L(Loop), LI(LI), SE(SE), DT(DT), DeadInsts(Dead), Changed(false) {
144 DeadInsts.emplace_back(IVOperand);
176 DeadInsts.emplace_back(ICmp);
180 DeadInsts.emplace_back(ICmp);
315 DeadInsts.emplace_back(Rem);
485 DeadInsts.emplace_back(UseInst);
LoopUnroll.cpp 611 SmallVector<WeakVH, 16> DeadInsts;
612 simplifyLoopIVs(L, SE, DT, LI, DeadInsts);
616 while (!DeadInsts.empty())
618 dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val()))
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 82 SmallVector<WeakVH, 16> DeadInsts;
112 DeadInsts.clear();
561 DeadInsts.push_back(ExitVal);
689 DeadInsts.push_back(NewVal);
711 DeadInsts.push_back(Op);
811 SmallVectorImpl<WeakVH> &DeadInsts;
830 DeadInsts(DI) {
    [all...]
LoopStrengthReduce.cpp 643 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
646 while (!DeadInsts.empty()) {
647 Instruction *I = dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val());
656 DeadInsts.push_back(U);
    [all...]
ScalarReplAggregates.cpp 79 /// DeadInsts - Keep track of instructions we have made dead, so that
81 SmallVector<Value*, 32> DeadInsts;
    [all...]
Reassociate.cpp 79 SmallVector<WeakVH, 8> DeadInsts;
125 DeadInsts.push_back(Op);
612 DeadInsts.push_back(BO);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 96 SmallVector<WeakVH, 16> DeadInsts;
614 DeadInsts.push_back(ExitVal);
634 DeadInsts.push_back(ExitVal);
646 DeadInsts.push_back(Inst);
    [all...]
LoopStrengthReduce.cpp 800 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
803 while (!DeadInsts.empty()) {
804 Value *V = DeadInsts.pop_back_val();
814 DeadInsts.emplace_back(U);
    [all...]
SROA.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 118 SmallVectorImpl<WeakVH> &DeadInsts);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 516 SmallVectorImpl<Instruction *> &DeadInsts, Module *M);
524 SmallVectorImpl<Instruction *> &DeadInsts,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 554 SmallPtrSet<Instruction*, 32> DeadInsts;
610 DeadInsts.insert(Exn);
611 DeadInsts.insert(Sel);
637 I = DeadInsts.begin(), E = DeadInsts.end(); I != E; ++I) {

Completed in 1475 milliseconds

1 2