Searched refs:isSeenInterference (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp104 bool LiveIntervalUnion::Query::isSeenInterference(LiveInterval *VirtReg) const { function in class:LiveIntervalUnion::Query
148 if (VReg != RecentReg && !isSeenInterference(VReg)) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h157 bool isSeenInterference(LiveInterval *VirtReg) const;

Completed in 104 milliseconds