Home
last modified time | relevance | path

Searched refs:DetectDeadLanes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp376 class DetectDeadLanes : public MachineFunctionPass { class
381 DetectDeadLanes() : MachineFunctionPass(ID) {} in DetectDeadLanes() function in __anon3e1788ee0111::DetectDeadLanes
412 char DetectDeadLanes::ID = 0;
413 char &llvm::DetectDeadLanesID = DetectDeadLanes::ID;
415 INITIALIZE_PASS(DetectDeadLanes, DEBUG_TYPE, "Detect Dead Lanes", false, false)
417 bool DetectDeadLanes::isUndefRegAtInput( in isUndefRegAtInput()
424 bool DetectDeadLanes::isUndefInput(const DeadLaneDetector &DLD, in isUndefInput()
496 DetectDeadLanes::modifySubRegisterOperandStatus(const DeadLaneDetector &DLD, in modifySubRegisterOperandStatus()
540 bool DetectDeadLanes::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile239 SRCS_MIN+= CodeGen/DetectDeadLanes.cpp