OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExitNotTakenInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
ScalarEvolution.h
409
///
ExitNotTakenInfo
and BackedgeTakenInfo.
428
struct
ExitNotTakenInfo
{
431
PointerIntPair<
ExitNotTakenInfo
*, 1> NextExit;
433
ExitNotTakenInfo
() : ExitingBlock(nullptr), ExactNotTaken(nullptr) {}
443
ExitNotTakenInfo
*getNextExit() const {
447
void setNextExit(
ExitNotTakenInfo
*ENT) { NextExit.setPointer(ENT); }
456
ExitNotTakenInfo
ExitNotTaken;
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 342 milliseconds