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

  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 79 SmallVector<WeakVH, 8> DeadInsts;
125 DeadInsts.push_back(Op);
612 DeadInsts.push_back(BO);
    [all...]
IndVarSimplify.cpp 96 SmallVector<WeakVH, 16> DeadInsts;
126 DeadInsts.clear();
582 DeadInsts.push_back(ExitVal);
739 DeadInsts.push_back(NewVal);
761 DeadInsts.push_back(Op);
    [all...]
ScalarReplAggregates.cpp 79 /// DeadInsts - Keep track of instructions we have made dead, so that
81 SmallVector<Value*, 32> DeadInsts;
    [all...]
LoopStrengthReduce.cpp 628 DeleteTriviallyDeadInstructions(SmallVectorImpl<WeakVH> &DeadInsts) {
631 while (!DeadInsts.empty()) {
632 Instruction *I = dyn_cast_or_null<Instruction>(&*DeadInsts.pop_back_val());
641 DeadInsts.push_back(U);
    [all...]
ObjCARC.cpp     [all...]

Completed in 1120 milliseconds