Searched defs:recurseBasicBlock (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileInfoLoaderPass.cpp61 // 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) { function in class:LoaderPass
119 recurseBasicBlock(*bbi);
123 recurseBasicBlock(*bbi);
206 recurseBasicBlock(*BBisUnvisited.begin());
H A DProfileEstimatorPass.cpp69 virtual void recurseBasicBlock(BasicBlock *BB);
110 // recurseBasicBlock() - This calculates the ProfileInfo estimation for a
119 void ProfileEstimatorPass::recurseBasicBlock(BasicBlock *BB) { function in class:ProfileEstimatorPass
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);
H A DProfileVerifierPass.cpp82 void recurseBasicBlock(const BType*);
233 void ProfileVerifierPassT<FType, BType>::recurseBasicBlock(const BType *BB) { function in class:__anon8617::ProfileVerifierPassT
343 recurseBasicBlock(*bbi);
359 recurseBasicBlock(entry);

Completed in 167 milliseconds