OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPassInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/
PassRegistry.h
60
///
getPassInfo
- Look up a pass' corresponding PassInfo, indexed by the pass'
62
const PassInfo *
getPassInfo
(const void *TI) const;
64
///
getPassInfo
- Look up a pass' corresponding PassInfo, indexed by the pass'
66
const PassInfo *
getPassInfo
(StringRef Arg) const;
/src/external/apache2/llvm/dist/llvm/lib/IR/
PassRegistry.cpp
41
const PassInfo *PassRegistry::
getPassInfo
(const void *TI) const {
46
const PassInfo *PassRegistry::
getPassInfo
(StringRef Arg) const {
82
PassInfo *InterfaceInfo = const_cast<PassInfo *>(
getPassInfo
(InterfaceID));
92
PassInfo *ImplementationInfo = const_cast<PassInfo *>(
getPassInfo
(PassID));
Pass.cpp
78
const PassInfo *PI = PassRegistry::getPassRegistry()->
getPassInfo
(AID);
177
return PassRegistry::getPassRegistry()->
getPassInfo
(TI);
181
return PassRegistry::getPassRegistry()->
getPassInfo
(Arg);
185
const PassInfo *PI = PassRegistry::getPassRegistry()->
getPassInfo
(ID);
LegacyPassManager.cpp
794
PI = PassRegistry::getPassRegistry()->
getPassInfo
(AID);
796
assert(PI == PassRegistry::getPassRegistry()->
getPassInfo
(AID) &&
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
bugpoint.cpp
112
const PassInfo *PI = PassRegistry::getPassRegistry()->
getPassInfo
(ID);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetPassConfig.cpp
370
static const PassInfo *
getPassInfo
(StringRef PassName) {
375
const PassInfo *PI = PR.
getPassInfo
(PassName);
383
const PassInfo *PI =
getPassInfo
(PassName);
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
56
const PassInfo *PI = PR->
getPassInfo
(PassName);
/src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp
403
const PassInfo *PI = PR->
getPassInfo
(PassName);
Completed in 33 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026