OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mightusectr
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
105
bool
mightUseCTR
(const Triple &TT, BasicBlock *BB);
197
bool PPCCTRLoops::
mightUseCTR
(const Triple &TT, BasicBlock *BB) {
429
if (
mightUseCTR
(TT, *I))
505
if (!Preheader ||
mightUseCTR
(TT, Preheader))
Completed in 289 milliseconds