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

  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 129 SmallPtrSet<Value *, 16> *InstructionsProcessed);
133 SmallPtrSet<Value *, 16> *InstructionsProcessed);
624 SmallPtrSet<Value *, 16> InstructionsProcessed;
627 if (InstructionsProcessed.count(Instrs[Head]))
632 !InstructionsProcessed.count(Instrs[Heads[TIt]])) {
644 if (InstructionsProcessed.count(Instrs[I]))
653 Vectorized = vectorizeLoadChain(Operands, &InstructionsProcessed);
655 Vectorized = vectorizeStoreChain(Operands, &InstructionsProcessed);
664 ArrayRef<Value *> Chain, SmallPtrSet<Value *, 16> *InstructionsProcessed) {
688 InstructionsProcessed->insert(Chain.begin(), Chain.end())
    [all...]
  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 76 unsigned InstructionsProcessed = 0;
83 InstructionsProcessed ++;
84 if (InsnLimit != 0 && InstructionsProcessed < InsnLimit)

Completed in 479 milliseconds