Searched defs:ThreadingPath (Results 1 – 1 of 1) sorted by relevance
386 struct ThreadingPath { struct388 uint64_t getExitValue() const { return ExitVal; } in getExitValue()389 void setExitValue(const ConstantInt *V) { in setExitValue()393 bool isExitValueSet() const { return IsExitValSet; } in isExitValueSet()396 const BasicBlock *getDeterminatorBB() const { return DBB; } in getDeterminatorBB()397 void setDeterminator(const BasicBlock *BB) { DBB = BB; } in setDeterminator()400 const PathType &getPath() const { return Path; } in getPath()401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath()403 void print(raw_ostream &OS) const { in print()408 PathType Path;[all …]