Searched refs:performCustomLowering (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DGCStrategy.h105 /// performCustomLowering must instead lower them.
110 /// performCustomLowering must instead lower them.
115 // performCustomLowering must delete them.
141 /// initializeCustomLowering/performCustomLowering - If any of the actions
142 /// are set to custom, performCustomLowering must be overriden to transform
147 virtual bool performCustomLowering(Function &F);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DGCStrategy.cpp114 bool GCStrategy::performCustomLowering(Function &F) { function in class:GCStrategy
115 dbgs() << "gc " << getName() << " must override performCustomLowering.\n";
116 llvm_unreachable("must override performCustomLowering");
270 MadeChange |= S.performCustomLowering(F);
H A DShadowStackGC.cpp59 bool performCustomLowering(Function &F);
374 bool ShadowStackGC::performCustomLowering(Function &F) { function in class:ShadowStackGC

Completed in 158 milliseconds