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
436
const SCEV *
ExitCount
= nullptr;
492
ExitCount
= EC;
520
if (!
ExitCount
->getType()->isPointerTy() &&
521
ExitCount
->getType() != CountType)
522
ExitCount
= SE->getZeroExtendExpr(
ExitCount
, CountType);
523
ExitCount
= SE->getAddExpr(
ExitCount
,
525
Value *ECValue = SCEVE.expandCodeFor(
ExitCount
, CountType,
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 543 milliseconds