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

  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 94 LoopIdiomRecognize &LIR;
276 LIR(TheLIR), CurLoop(TheLIR.getLoop()), PreCondBB(nullptr) {
280 const TargetTransformInfo *TTI = LIR.getTargetTransformInfo();
464 ScalarEvolution *SE = LIR.getScalarEvolution();
465 TargetLibraryInfo *TLI = LIR.getTargetLibraryInfo();
588 if (!LIR.getTargetTransformInfo())
591 LIR.getScalarEvolution();
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 143 struct LIR;
164 LIR* pcrel_next; // Chain of LIR nodes needing pc relative fixups.
167 struct LIR {
171 LIR* next;
172 LIR* prev;
173 LIR* target;
176 bool is_nop:1; // LIR is optimized away.
189 // Utility macros to traverse the LIR list.
190 #define NEXT_LIR(lir) (lir->next
    [all...]

Completed in 97 milliseconds