Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp383 struct ThreadingPath { struct
385 uint64_t getExitValue() const { return ExitVal; } in getExitValue()
386 void setExitValue(const ConstantInt *V) { in setExitValue()
390 bool isExitValueSet() const { return IsExitValSet; } in isExitValueSet()
394 void setDeterminator(const BasicBlock *BB) { DBB = BB; } in setDeterminator()
397 const PathType &getPath() const { return Path; } in getPath()
400 void print(raw_ostream &OS) const { in print()
405 PathType Path;
406 uint64_t ExitVal;
407 const BasicBlock *DBB = nullptr;
[all …]