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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp1 //===- DetectDeadLanes.cpp - SubRegister Lane Usage Analysis --*- C++ -*---===//
28 #include "llvm/CodeGen/DetectDeadLanes.h"
376 class DetectDeadLanes : public MachineFunctionPass { class in namespace:__anon1753
381 DetectDeadLanes() : MachineFunctionPass(ID) {} function in class:__anon1753::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(
424 bool DetectDeadLanes::isUndefInput(const DeadLaneDetector &DLD,
496 DetectDeadLanes
[all...]
/freebsd-current/lib/clang/libllvm/
H A DMakefile242 SRCS_MIN+= CodeGen/DetectDeadLanes.cpp

Completed in 101 milliseconds