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

  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 49 SmallVectorImpl<WeakVH> &DeadInsts;
60 DeadInsts(Dead),
143 DeadInsts.push_back(IVOperand);
180 DeadInsts.push_back(ICmp);
231 DeadInsts.push_back(Rem);
262 DeadInsts.push_back(UseInst);
LoopUnroll.cpp 421 SmallVector<WeakVH, 16> DeadInsts;
422 simplifyLoopIVs(L, SE, LPM, DeadInsts);
426 while (!DeadInsts.empty())
428 dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val()))
Local.cpp 325 SmallVector<Instruction*, 16> DeadInsts;
326 DeadInsts.push_back(I);
329 I = DeadInsts.pop_back_val();
344 DeadInsts.push_back(OpI);
348 } while (!DeadInsts.empty());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 74 SmallVector<WeakVH, 16> DeadInsts;
100 DeadInsts.clear();
544 DeadInsts.push_back(ExitVal);
555 DeadInsts.push_back(Inst);
678 SmallVectorImpl<WeakVH> &DeadInsts;
697 DeadInsts(DI) {
    [all...]
ScalarReplAggregates.cpp 92 /// DeadInsts - Keep track of instructions we have made dead, so that
94 SmallVector<Value*, 32> DeadInsts;
    [all...]
LoopStrengthReduce.cpp 752 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
755 while (!DeadInsts.empty()) {
756 Value *V = DeadInsts.pop_back_val();
766 DeadInsts.push_back(U);
    [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 780 SmallVectorImpl<Instruction *> &DeadInsts,
789 SmallVector<Instruction *, 8> &DeadInsts,
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 133 SmallVectorImpl<WeakVH> &DeadInsts,
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 175 SmallPtrSet<Instruction*, 32> DeadInsts;
231 DeadInsts.insert(Exn);
232 DeadInsts.insert(Sel);
258 I = DeadInsts.begin(), E = DeadInsts.end(); I != E; ++I) {
    [all...]

Completed in 980 milliseconds