Home
last modified time | relevance | path

Searched defs:ThreadingPath (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp345 struct ThreadingPath { struct
347 APInt getExitValue() const { return ExitVal; } in getExitValue()
348 void setExitValue(const ConstantInt *V) { in setExitValue()
352 bool isExitValueSet() const { return IsExitValSet; } in isExitValueSet()
356 void setDeterminator(const BasicBlock *BB) { DBB = BB; } in setDeterminator()
359 const PathType &getPath() const { return Path; } in getPath()
362 void print(raw_ostream &OS) const { in print()
367 PathType Path;
368 APInt ExitVal;
369 const BasicBlock *DBB = nullptr;
[all …]