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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h210 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
213 return (AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
238 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
241 return *(AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
265 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
268 return *(AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
H A DPass.h157 /// getAdjustedAnalysisPointer - This method is used when a pass implements
161 virtual void *getAdjustedAnalysisPointer(AnalysisID ID);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp108 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) { function in class:Pass

Completed in 104 milliseconds