HomeSort by: relevance | last modified time | path
    Searched refs:hasInterference (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterferenceCache.h 221 /// hasInterference - Return true if the current block has any interference.
222 bool hasInterference() {
RegAllocGreedy.cpp 1249 if (!Intf.hasInterference())
1312 if (!Intf.hasInterference()) {
1622 if (EnableAdvancedRASplitCost && Cand.Intf.hasInterference() && BI.LiveIn &&
1659 if (Cand.Intf.hasInterference()) {

Completed in 18 milliseconds