Searched refs:TheFPM (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp358 static FunctionPassManager *TheFPM; variable
470 TheFPM->run(*TheFunction);
602 TheFPM = &OurFPM;
607 TheFPM = 0;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp459 static FunctionPassManager *TheFPM; variable
715 TheFPM->run(*TheFunction);
847 TheFPM = &OurFPM;
852 TheFPM = 0;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp544 static FunctionPassManager *TheFPM; variable
823 TheFPM->run(*TheFunction);
965 TheFPM = &OurFPM;
970 TheFPM = 0;
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp609 static FunctionPassManager *TheFPM; variable
986 TheFPM->run(*TheFunction);
1131 TheFPM = &OurFPM;
1136 TheFPM = 0;

Completed in 80 milliseconds