OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LICM
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LICM.cpp
1
//===--
LICM
.cpp - Loop Invariant Code Motion Pass ------------------------===//
33
#define DEBUG_TYPE "
licm
"
67
DisablePromotion("disable-
licm
-promotion", cl::Hidden,
68
cl::desc("Disable memory promotion in
LICM
pass"));
71
struct
LICM
: public LoopPass {
73
LICM
() : LoopPass(ID) {
190
char
LICM
::ID = 0;
191
INITIALIZE_PASS_BEGIN(
LICM
, "
licm
", "Loop Invariant Code Motion", false, false)
197
INITIALIZE_PASS_END(
LICM
, "licm", "Loop Invariant Code Motion", false, false
[
all
...]
Android.mk
16
LICM
.cpp \
/external/chromium_org/v8/test/mjsunit/regress/
regress-2250.js
37
// additional type information, indicating that optimistic
LICM
should be
64
// Second compilation should have noticed that
LICM
wasn't a good idea, and now
/cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js
[
all
...]
Completed in 102 milliseconds