Searched refs:Upward (Results 1 – 3 of 3) sorted by relevance
152 if (!Itr->second.Upward) in traverseToEntryBlock()154 Itr->second.Upward = false; in traverseToEntryBlock()158 BlockHint.Upward = false; in traverseToEntryBlock()
49 bool Upward = true, Downward = true;51 bool Upward = true, Downward = true; global() member
344 bool Upward = false) { in findUseBetween() argument350 bool InRange = Upward ? (InstSlot > PriorUseIdx && InstSlot <= NextUseIdx) in findUseBetween()