Home
last modified time | relevance | path

Searched refs:MachinePipeliner (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h60 class MachinePipeliner : public MachineFunctionPass {
88 MachinePipeliner() : MachineFunctionPass(ID) { in MachinePipeliner() function
107 MachinePipeliner &Pass;
194 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp180 char MachinePipeliner::ID = 0;
182 int MachinePipeliner::NumTries = 0;
184 char &llvm::MachinePipelinerID = MachinePipeliner::ID;
186 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
192 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
196 bool MachinePipeliner::runOnMachineFunction(MachineFunction &mf) { in INITIALIZE_PASS_DEPENDENCY()
235 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop()
269 void MachinePipeliner::setPragmaPipelineOptions(MachineLoop &L) { in setPragmaPipelineOptions()
320 bool MachinePipeliner::canPipelineLoop(MachineLoop &L) { in canPipelineLoop()
385 void MachinePipeliner::preprocessPhiNodes(MachineBasicBlock &B) { in preprocessPhiNodes()
[all …]
H A DCMakeLists.txt98 MachinePipeliner.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile108 MachinePipeliner.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn127 "MachinePipeliner.cpp",