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

  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 126 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 126 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h 128 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h 128 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 126 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h 128 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h 128 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 141 Instruction *findMatInsertPt(Instruction *Inst, unsigned Idx = ~0U) const;
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 118 Instruction *ConstantHoistingPass::findMatInsertPt(Instruction *Inst,
151 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
169 return findMatInsertPt(&FirstInst);
480 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst,
527 ConstExprInst->insertBefore(findMatInsertPt(ConstUser.Inst,

Completed in 69 milliseconds