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

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PHITransAddr.h 79 /// All newly created instructions are added to the NewInsts list. This
84 SmallVectorImpl<Instruction*> &NewInsts);
98 /// block. All newly created instructions are added to the NewInsts list.
103 SmallVectorImpl<Instruction*> &NewInsts);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PHITransAddr.h 89 /// All newly created instructions are added to the NewInsts list. This
94 SmallVectorImpl<Instruction *> &NewInsts);
109 /// block. All newly created instructions are added to the NewInsts list.
114 SmallVectorImpl<Instruction *> &NewInsts);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 341 /// All newly created instructions are added to the NewInsts list. This
347 SmallVectorImpl<Instruction*> &NewInsts) {
348 unsigned NISize = NewInsts.size();
351 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
357 while (NewInsts.size() != NISize)
358 NewInsts.pop_back_val()->eraseFromParent();
365 /// block. All newly created instructions are added to the NewInsts list.
371 SmallVectorImpl<Instruction*> &NewInsts) {
387 CurBB, PredBB, DT, NewInsts);
395 NewInsts.push_back(New)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PHITransAddr.cpp 341 /// All newly created instructions are added to the NewInsts list. This
347 SmallVectorImpl<Instruction*> &NewInsts) {
348 unsigned NISize = NewInsts.size();
351 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
357 while (NewInsts.size() != NISize)
358 NewInsts.pop_back_val()->eraseFromParent();
365 /// block. All newly created instructions are added to the NewInsts list.
371 SmallVectorImpl<Instruction*> &NewInsts) {
386 CurBB, PredBB, DT, NewInsts);
394 NewInsts.push_back(New)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 745 DenseMap<Value *, Value *> NewInsts;
746 NewInsts[Base] = ConstantInt::getNullValue(IndexType);
755 NewInsts[PHI] = PHINode::Create(IndexType, PHI->getNumIncomingValues(),
763 if (NewInsts.find(Val) != NewInsts.end())
767 NewInsts[CI] = NewInsts[CI->getOperand(0)];
771 Value *Index = NewInsts[GEP->getOperand(1)] ? NewInsts[GEP->getOperand(1)]
777 NewInsts[GEP->getOperand(0)]->getType()->getScalarSizeInBits())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 332 milliseconds