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

  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 128 bool BBVectorize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
PassManagerBuilder.h 148 bool BBVectorize;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 1 //===- BBVectorize.cpp - A Basic-Block Vectorizer -------------------------===//
198 struct BBVectorize : public BasicBlockPass {
203 BBVectorize(const VectorizeConfig &C = VectorizeConfig())
208 BBVectorize(Pass *P, Function &F, const VectorizeConfig &C)
727 bool BBVectorize::vectorizePairs(BasicBlock &BB, bool NonPow2Len) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 136 BBVectorize = RunBBVectorization;
306 if (BBVectorize) {
315 // BBVectorize may have significantly shortened a loop body; unroll again.
529 if (BBVectorize) {
538 // BBVectorize may have significantly shortened a loop body; unroll again.
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 355 PMBuilder.BBVectorize = CodeGenOpts.VectorizeBB;
    [all...]

Completed in 1056 milliseconds