OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopUnswitch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
1
//===--
LoopUnswitch
.cpp - Hoist loop-invariant conditionals in loop ------===//
125
class
LoopUnswitch
: public LoopPass {
152
explicit
LoopUnswitch
(bool Os = false) :
336
char
LoopUnswitch
::ID = 0;
337
INITIALIZE_PASS_BEGIN(
LoopUnswitch
, "loop-unswitch", "Unswitch loops",
343
INITIALIZE_PASS_END(
LoopUnswitch
, "loop-unswitch", "Unswitch loops",
347
return new
LoopUnswitch
(Os);
386
bool
LoopUnswitch
::runOnLoop(Loop *L, LPPassManager &LPM_Ref) {
409
bool
LoopUnswitch
::processCurrentLoop() {
563
bool
LoopUnswitch
::IsTrivialUnswitchCondition(Value *Cond, Constant **Val
[
all
...]
Android.mk
23
LoopUnswitch
.cpp \
Completed in 27 milliseconds