Searched refs:PPCLoopDataPrefetch (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCLoopDataPrefetch.cpp1 //===-------- PPCLoopDataPrefetch.cpp - Loop Data Prefetching Pass --------===//
63 class PPCLoopDataPrefetch : public FunctionPass { class in namespace:__anon2983
66 PPCLoopDataPrefetch() : FunctionPass(ID) { function in class:__anon2983::PPCLoopDataPrefetch
94 char PPCLoopDataPrefetch::ID = 0;
95 INITIALIZE_PASS_BEGIN(PPCLoopDataPrefetch, "ppc-loop-data-prefetch",
101 INITIALIZE_PASS_END(PPCLoopDataPrefetch, "ppc-loop-data-prefetch",
104 FunctionPass *llvm::createPPCLoopDataPrefetchPass() { return new PPCLoopDataPrefetch(); }
106 bool PPCLoopDataPrefetch::runOnFunction(Function &F) {
122 bool PPCLoopDataPrefetch::runOnLoop(Loop *L) {
/freebsd-11.0-release/lib/clang/libllvmpowerpccodegen/
H A DMakefile19 PPCLoopDataPrefetch.cpp \

Completed in 53 milliseconds