Home
last modified time | relevance | path

Searched refs:Upward (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp152 if (!Itr->second.Upward) in traverseToEntryBlock()
154 Itr->second.Upward = false; in traverseToEntryBlock()
158 BlockHint.Upward = false; in traverseToEntryBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculateAnalyses.h49 bool Upward = true, Downward = true;
51 bool Upward = true, Downward = true; global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp344 bool Upward = false) { in findUseBetween() argument
350 bool InRange = Upward ? (InstSlot > PriorUseIdx && InstSlot <= NextUseIdx) in findUseBetween()