OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PIL
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-prof/
llvm-prof.cpp
131
ProfileInfoLoader &
PIL
;
135
: ModulePass(ID),
PIL
(_PIL) {}
181
if (
PIL
.getNumExecutions() != 1) outs() << "s";
184
for (unsigned i = 0, e =
PIL
.getNumExecutions(); i != e; ++i) {
187
outs() <<
PIL
.getExecution(i) << "\n";
284
ProfileInfoLoader
PIL
(argv[0], ProfileDataFile, *M);
289
PassMgr.add(new ProfileInfoPrinterPass(
PIL
));
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 854 milliseconds