HomeSort by: relevance | last modified time | path
    Searched refs:comesBefore (Results 1 - 19 of 19) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionPrecedenceTracking.cpp 62 return MaybeFirstSpecial && MaybeFirstSpecial->comesBefore(Insn);
CFG.cpp 257 if (A == B || A->comesBefore(B))
StackLifetime.cpp 60 return L->comesBefore(R);
ValueTracking.cpp 534 if (Inv->comesBefore(CxtI))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AssumeBundleBuilder.cpp 365 return LHS->comesBefore(RHS);
487 (InsertPt->comesBefore(I) || InsertPt == I))
494 if (InsertPt->comesBefore(*Begin))
527 for (; (*LastSplit)->comesBefore(&*It); ++LastSplit)
CodeMoverUtils.cpp 101 return InstA->comesBefore(InstB);
PredicateInfo.cpp 121 return cast<Instruction>(A)->comesBefore(cast<Instruction>(B));
135 // comesbefore to see what the real ordering is, because they are in the
ScalarEvolutionExpander.cpp 71 (&*IP == CI || CI->comesBefore(&*IP))) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Dominators.cpp 162 return Def->comesBefore(User);
325 return Def->comesBefore(UserInst);
BasicBlock.cpp 518 assert((!Prev || Prev->comesBefore(&I)) &&
Instruction.cpp 111 bool Instruction::comesBefore(const Instruction *Other) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 569 if (!IM->comesBefore(I)) {
701 if (BarrierMemoryInstr && BarrierMemoryInstr->comesBefore(ChainInstr))
708 if (BarrierMemoryInstr && BarrierMemoryInstr->comesBefore(MemInstr))
727 (IsInvariantLoad(ChainLoad) || ChainLoad->comesBefore(MemInstr)))
732 (IsInvariantLoad(MemLoad) || MemLoad->comesBefore(ChainInstr)))
758 assert(BarrierMemoryInstr->comesBefore(ChainInstr));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 386 if (Write->comesBefore(Read))
394 bool BaseFirst = Base->comesBefore(Offset);
404 if (Dominator->comesBefore(Before))
715 return A->comesBefore(B);
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 153 bool comesBefore(const Instruction *Other) const;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 166 return A->comesBefore(B);
549 assert(Base->comesBefore(In) && "Base should come before In");
559 if (I->getParent() == Parent && Base->comesBefore(I))
1404 bool MoveUp = (To != Block.end() && To->comesBefore(&In));
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackColoring.cpp 962 if (From->comesBefore(To))
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
GVN.cpp 1766 if (!Current->getMemoryInst()->comesBefore(NewS)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3573 [](auto *A, auto *B) { return B->comesBefore(A); });
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp 1113 (&I == FnPrologueEnd || I.comesBefore(FnPrologueEnd));

Completed in 46 milliseconds