OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPassManagerType
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Analysis/
RegionPass.h
120
virtual PassManagerType
getPassManagerType
() const {
LoopPass.h
115
virtual PassManagerType
getPassManagerType
() const {
/external/llvm/lib/Analysis/
LoopPass.cpp
322
PMS.top()->
getPassManagerType
() > PMT_LoopPassManager)
328
if (PMS.top()->
getPassManagerType
() == PMT_LoopPassManager &&
338
PMS.top()->
getPassManagerType
() > PMT_LoopPassManager)
342
if (PMS.top()->
getPassManagerType
() == PMT_LoopPassManager)
RegionPass.cpp
222
PMS.top()->
getPassManagerType
() > PMT_RegionPassManager)
229
if (PMS.top()->
getPassManagerType
() == PMT_RegionPassManager &&
239
PMS.top()->
getPassManagerType
() > PMT_RegionPassManager)
245
if (PMS.top()->
getPassManagerType
() == PMT_RegionPassManager)
/external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp
89
virtual PassManagerType
getPassManagerType
() const {
138
assert(PM->
getPassManagerType
() == PMT_FunctionPassManager &&
481
assert(PM->
getPassManagerType
() == PMT_FunctionPassManager &&
496
assert(PM->
getPassManagerType
() == PMT_FunctionPassManager &&
537
PMS.top()->
getPassManagerType
() > PMT_CallGraphPassManager)
543
if (PMS.top()->
getPassManagerType
() == PMT_CallGraphPassManager)
/external/llvm/include/llvm/
PassManagers.h
350
virtual PassManagerType
getPassManagerType
() const {
351
assert ( 0 && "Invalid use of
getPassManagerType
");
461
virtual PassManagerType
getPassManagerType
() const {
/external/llvm/lib/IR/
PassManager.cpp
203
virtual PassManagerType
getPassManagerType
() const {
364
virtual PassManagerType
getPassManagerType
() const {
[
all
...]
Completed in 36 milliseconds