OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runAfterPass
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PassInstrumentation.h
241
void
runAfterPass
(const PassT &Pass, const IRUnitT &IR,
/src/external/apache2/llvm/dist/llvm/lib/IR/
PassTimingInfo.cpp
262
void TimePassesHandler::
runAfterPass
(StringRef PassID) {
269
LLVM_DEBUG(dbgs() << "after
runAfterPass
(" << PassID << ")\n");
281
this->
runAfterPass
(P);
285
this->
runAfterPass
(P);
290
[this](StringRef P, Any) { this->
runAfterPass
(P); });
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfileProbe.cpp
92
this->
runAfterPass
(P, IR);
98
void PseudoProbeVerifier::
runAfterPass
(StringRef PassID, Any IR) {
103
runAfterPass
(any_cast<const Module *>(IR));
105
runAfterPass
(any_cast<const Function *>(IR));
107
runAfterPass
(any_cast<const LazyCallGraph::SCC *>(IR));
109
runAfterPass
(any_cast<const Loop *>(IR));
114
void PseudoProbeVerifier::
runAfterPass
(const Module *M) {
116
runAfterPass
(&F);
119
void PseudoProbeVerifier::
runAfterPass
(const LazyCallGraph::SCC *C) {
121
runAfterPass
(&N.getFunction())
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026