Searched defs:getAsPass (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ | ||
H A D | RegionPass.h | 108 Pass *getAsPass() override { return this; } in getAsPass() function |
H A D | LoopPass.h | 92 Pass *getAsPass() override { return this; } in getAsPass() function |
/openbsd/gnu/llvm/llvm/include/llvm/IR/ | ||
H A D | LegacyPassManagers.h | 489 Pass *getAsPass() override { return this; } in getAsPass() function |
/openbsd/gnu/llvm/llvm/lib/IR/ | ||
H A D | LegacyPassManager.cpp | 287 Pass *getAsPass() override { return this; } in getAsPass() function in llvm::legacy::FunctionPassManagerImpl |
/openbsd/gnu/llvm/llvm/lib/Analysis/ | ||
H A D | CallGraphSCCPass.cpp | 85 Pass *getAsPass() override { return this; } in getAsPass() function in __anon4b633d6e0111::CGPassManager |