OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recurseBasicBlock
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp
61
//
recurseBasicBlock
() - Calculates the edge weights for as much basic
63
virtual void
recurseBasicBlock
(const BasicBlock *BB);
108
//
recurseBasicBlock
- Visits all neighbours of a block and then tries to
110
void LoaderPass::
recurseBasicBlock
(const BasicBlock *BB) {
119
recurseBasicBlock
(*bbi);
123
recurseBasicBlock
(*bbi);
206
recurseBasicBlock
(*BBisUnvisited.begin());
ProfileEstimatorPass.cpp
69
virtual void
recurseBasicBlock
(BasicBlock *BB);
110
//
recurseBasicBlock
() - This calculates the ProfileInfo estimation for a
119
void ProfileEstimatorPass::
recurseBasicBlock
(BasicBlock *BB) {
314
recurseBasicBlock
(*bbi);
345
// Since
recurseBasicBlock
() maybe returns with a block which was not fully
346
// estimated, use
recurseBasicBlock
() until everything is calculated.
348
recurseBasicBlock
(entry);
357
recurseBasicBlock
(*bi);
ProfileVerifierPass.cpp
83
void
recurseBasicBlock
(const BType*);
234
void ProfileVerifierPassT<FType, BType>::
recurseBasicBlock
(const BType *BB) {
344
recurseBasicBlock
(*bbi);
360
recurseBasicBlock
(entry);
Completed in 599 milliseconds