Searched refs:polly (Results 1 - 7 of 7) sorted by relevance

/external/clang/tools/driver/
H A Dcc1_main.cpp61 namespace polly { namespace
79 polly::initializePollyPasses(Registry);
/external/llvm/tools/
H A DMakefile63 PARALLEL_DIRS += polly
/external/llvm/test/
H A DMakefile73 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
74 LIT_ALL_TESTSUITES += $(PROJ_OBJ_DIR)/../tools/polly/test
77 polly-tools-site-cfg: FORCE
78 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/polly/test lit.site.cfg
79 extra-site-cfgs:: polly-tools-site-cfg
/external/llvm/tools/bugpoint/
H A Dbugpoint.cpp113 namespace polly { namespace
140 polly::initializePollyPasses(Registry);
/external/llvm/tools/opt/
H A Dopt.cpp319 namespace polly { namespace
361 polly::initializePollyPasses(Registry);
/external/llvm/
H A DMakefile128 --disable-polly $$configure_opts; \
H A Dconfigure827 tools/polly'
1402 --enable-polly Use polly if available (default is YES)
3768 # Check whether --enable-polly was given.
3782 *) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-polly. Use \"yes\" or \"no\"" >&5
3783 echo "$as_me: error: Invalid setting for --enable-polly. Use \"yes\" or \"no\"" >&2;}
3788 if (test -d ${srcdir}/tools/polly) && (test $ENABLE_POLLY -eq 1) ; then
3791 subdirs="$subdirs tools/polly"

Completed in 4569 milliseconds