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

  /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);
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TypeList.java 57 public boolean comesBefore(TypeList other) {

Completed in 136 milliseconds