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

  /external/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopVersioning.h 63 void versionLoop(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
106 void addPHINodes(const SmallVectorImpl<Instruction *> &DefsUsedOutside);
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 56 const SmallVectorImpl<Instruction *> &DefsUsedOutside) {
121 addPHINodes(DefsUsedOutside);
125 const SmallVectorImpl<Instruction *> &DefsUsedOutside) {
130 // First add a single-operand PHI for each DefsUsedOutside if one does not
132 for (auto *Inst : DefsUsedOutside) {
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 667 auto DefsUsedOutside = findDefsUsedOutsideOfLoop(L);
668 for (auto *Inst : DefsUsedOutside)
726 LVer.versionLoop(DefsUsedOutside);
    [all...]

Completed in 1298 milliseconds