HomeSort by relevance Sort by last modified time
    Searched refs:ExitNotTakenInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 258 /// eventually summarized in ExitNotTakenInfo and BackedgeTakenInfo.
275 /// ExitNotTakenInfo - Information about the number of times a particular
277 struct ExitNotTakenInfo {
280 PointerIntPair<ExitNotTakenInfo*, 1> NextExit;
282 ExitNotTakenInfo() : ExitingBlock(0), ExactNotTaken(0) {}
292 ExitNotTakenInfo *getNextExit() const {
296 void setNextExit(ExitNotTakenInfo *ENT) { NextExit.setPointer(ENT); }
305 ExitNotTakenInfo ExitNotTaken;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 261 milliseconds