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

  /external/llvm/include/llvm/Analysis/
OrderedBasicBlock.h 41 /// for new queries in OrderedBasicBlock::comesBefore.
52 bool comesBefore(const Instruction *A, const Instruction *B);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
OrderedBasicBlock.h 41 /// for new queries in OrderedBasicBlock::comesBefore.
52 bool comesBefore(const Instruction *A, const Instruction *B);
  /external/llvm/lib/Analysis/
OrderedBasicBlock.cpp 35 bool OrderedBasicBlock::comesBefore(const Instruction *A,
74 // to number the block and cache the results (by calling comesBefore).
84 return comesBefore(A, B);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
OrderedBasicBlock.cpp 35 bool OrderedBasicBlock::comesBefore(const Instruction *A,
74 // to number the block and cache the results (by calling comesBefore).
84 return comesBefore(A, B);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 57 public boolean comesBefore(TypeList other) {
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 77 && parameterList.comesBefore(

Completed in 1269 milliseconds