OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JumpThreading
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Android.mk
14
JumpThreading
.cpp \
JumpThreading.cpp
1
//===-
JumpThreading
.cpp - Thread control through conditional blocks ------===//
76
class
JumpThreading
: public FunctionPass {
101
JumpThreading
() : FunctionPass(ID) {
132
char
JumpThreading
::ID = 0;
133
INITIALIZE_PASS_BEGIN(
JumpThreading
, "jump-threading",
136
INITIALIZE_PASS_END(
JumpThreading
, "jump-threading",
140
FunctionPass *llvm::createJumpThreadingPass() { return new
JumpThreading
(); }
144
bool
JumpThreading
::runOnFunction(Function &F) {
276
void
JumpThreading
::FindLoopHeaders(Function &F) {
310
bool
JumpThreading
:
[
all
...]
Completed in 703 milliseconds