OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExitCount
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
410
const SCEV *
ExitCount
= 0;
466
ExitCount
= EC;
494
if (!
ExitCount
->getType()->isPointerTy() &&
495
ExitCount
->getType() != CountType)
496
ExitCount
= SE->getZeroExtendExpr(
ExitCount
, CountType);
497
ExitCount
= SE->getAddExpr(
ExitCount
,
499
Value *ECValue = SCEVE.expandCodeFor(
ExitCount
, CountType,
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 143 milliseconds