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

  /external/llvm/lib/CodeGen/
PHIElimination.cpp 305 MachineInstr *NewInstr = prior(AfterPHIsIt);
306 SlotIndex DestCopyIndex = LIS->InsertMachineInstrInMaps(NewInstr);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 738 void FAddCombine::createInstPostProc(Instruction *NewInstr) {
739 NewInstr->setDebugLoc(Instr->getDebugLoc());
745 NewInstr->setFastMathFlags(Instr->getFastMathFlags());
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 757 bool NewInstr = (Instr && Instr->getParent() == LoopVectorBody);
758 bool Invariant = OrigLoop->isLoopInvariant(V) && !NewInstr;
    [all...]

Completed in 155 milliseconds