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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp60 struct FPS : public MachineFunctionPass { struct in namespace:__anon4434
62 FPS() : MachineFunctionPass(ID) { function in struct:__anon4434::FPS
303 char FPS::ID = 0;
305 INITIALIZE_PASS_BEGIN(FPS, DEBUG_TYPE, "X86 FP Stackifier",
308 INITIALIZE_PASS_END(FPS, DEBUG_TYPE, "X86 FP Stackifier",
311 FunctionPass *llvm::createX86FloatingPointStackifierPass() { return new FPS(); }
325 bool FPS::runOnMachineFunction(MachineFunction &MF) {
393 void FPS::bundleCFGRecomputeKillFlags(MachineFunction &MF) {
412 bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
508 void FPS
[all...]

Completed in 95 milliseconds