Searched refs:hoist (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp20 // we can hoist it or sink it like any other instruction.
79 static bool hoist(Instruction &I, BasicBlock *Preheader);
247 // instructions, we perform another pass to hoist them out of the loop.
363 /// uses, allowing us to hoist a loop body in one pass without iteration.
398 // is safe to hoist the instruction.
404 Changed |= hoist(I, CurLoop->getLoopPreheader());
443 // Loads have extra constraints we have to verify before we can hoist them.
446 return false; // Don't hoist volatile/atomic loads!
455 // Don't hoist loads which have may-aliased stores in loop.
465 // Don't sink or hoist db
669 static bool hoist(Instruction &I, BasicBlock *Preheader) { function
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 213 milliseconds