Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRegMatrix.cpp199 bool Interference = foreachUnit(TRI, VirtReg, PhysReg, in checkInterference() local
203 if (Interference) in checkInterference()
DRegAllocPBQP.cpp216 class Interference : public PBQPRAConstraint { class
624 bool Interference = false; in initializeGraph() local
627 Interference = true; in initializeGraph()
631 if (Interference) in initializeGraph()
830 ConstraintsRoot->addConstraint(llvm::make_unique<Interference>()); in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp185 class Interference : public PBQPRAConstraint { class
596 bool Interference = false; in initializeGraph() local
599 Interference = true; in initializeGraph()
603 if (Interference) in initializeGraph()
782 ConstraintsRoot->addConstraint(llvm::make_unique<Interference>()); in runOnMachineFunction()