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 259 /// summarized in ExitNotTakenInfo and BackedgeTakenInfo.
287 /// ExitNotTakenInfo - Information about the number of times a particular
289 struct ExitNotTakenInfo {
292 PointerIntPair<ExitNotTakenInfo*, 1> NextExit;
294 ExitNotTakenInfo() : ExitingBlock(nullptr), ExactNotTaken(nullptr) {}
304 ExitNotTakenInfo *getNextExit() const {
308 void setNextExit(ExitNotTakenInfo *ENT) { NextExit.setPointer(ENT); }
317 ExitNotTakenInfo ExitNotTaken;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 64 milliseconds