Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp386 struct ThreadingPath { struct
388 uint64_t getExitValue() const { return ExitVal; } in getExitValue()
389 void setExitValue(const ConstantInt *V) { in setExitValue()
393 bool isExitValueSet() const { return IsExitValSet; } in isExitValueSet()
397 void setDeterminator(const BasicBlock *BB) { DBB = BB; } in setDeterminator()
400 const PathType &getPath() const { return Path; } in getPath()
403 void print(raw_ostream &OS) const { in print()
408 PathType Path;
409 uint64_t ExitVal;
410 const BasicBlock *DBB = nullptr;
[all …]