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;
308 LIR(TheLIR), CurLoop(TheLIR.getLoop()), PreCondBB(nullptr) {
312 const TargetTransformInfo *TTI = LIR.getTargetTransformInfo();
496 ScalarEvolution *SE = LIR.getScalarEvolution();
497 TargetLibraryInfo *TLI = LIR.getTargetLibraryInfo();
628 if (!LIR.getTargetTransformInfo())
631 LIR.getScalarEvolution();
    [all...]
  /art/compiler/dex/quick/
mir_to_lir.h 146 struct LIR;
165 LIR* pcrel_next; // Chain of LIR nodes needing pc relative fixups.
168 struct LIR {
172 LIR* next;
173 LIR* prev;
174 LIR* target;
177 bool is_nop:1; // LIR is optimized away.
200 // Utility macros to traverse the LIR list.
201 #define NEXT_LIR(lir) (lir->next
    [all...]

Completed in 343 milliseconds