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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h214 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
217 return (AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
242 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
245 return *(AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
279 // AnalysisGroups), we use getAdjustedAnalysisPointer here to potentially
282 return *(AnalysisType*)ResultPass->getAdjustedAnalysisPointer(PI);
H A DPass.h156 /// getAdjustedAnalysisPointer - This method is used when a pass implements
160 virtual void *getAdjustedAnalysisPointer(AnalysisID ID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp105 void *Pass::getAdjustedAnalysisPointer(AnalysisID AID) { function in class:Pass

Completed in 116 milliseconds