Searched defs:ThreadingPath (Results 1 – 1 of 1) sorted by relevance
359 struct ThreadingPath { struct361 APInt getExitValue() const { return ExitVal; } in getExitValue()362 void setExitValue(const ConstantInt *V) { in setExitValue()366 bool isExitValueSet() const { return IsExitValSet; } in isExitValueSet()369 const BasicBlock *getDeterminatorBB() const { return DBB; } in getDeterminatorBB()370 void setDeterminator(const BasicBlock *BB) { DBB = BB; } in setDeterminator()373 const PathType &getPath() const { return Path; } in getPath()374 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()376 void print(raw_ostream &OS) const { in print()381 PathType Path;[all …]