Home
last modified time | relevance | path

Searched refs:CodePlacementOpt (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCodePlacementOpt.cpp32 class CodePlacementOpt : public MachineFunctionPass { class
39 CodePlacementOpt() : MachineFunctionPass(ID) {} in CodePlacementOpt() function in __anon7dfa2a920111::CodePlacementOpt
69 char CodePlacementOpt::ID = 0;
73 return new CodePlacementOpt(); in createCodePlacementOptPass()
79 bool CodePlacementOpt::HasFallthrough(MachineBasicBlock *MBB) { in HasFallthrough()
101 bool CodePlacementOpt::HasAnalyzableTerminator(MachineBasicBlock *MBB) { in HasAnalyzableTerminator()
133 void CodePlacementOpt::Splice(MachineFunction &MF, in Splice()
154 bool CodePlacementOpt::EliminateUnconditionalJumpsToTop(MachineFunction &MF, in EliminateUnconditionalJumpsToTop()
249 bool CodePlacementOpt::MoveDiscontiguousLoopBlocks(MachineFunction &MF, in MoveDiscontiguousLoopBlocks()
342 bool CodePlacementOpt::OptimizeIntraLoopEdgesInLoopNest(MachineFunction &MF, in OptimizeIntraLoopEdgesInLoopNest()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcode_placement_eh.ll3 ; CodePlacementOpt shouldn't try to modify this loop because
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcode_placement_eh.ll3 ; CodePlacementOpt shouldn't try to modify this loop because
/external/llvm/test/CodeGen/X86/
Dcode_placement_eh.ll3 ; CodePlacementOpt shouldn't try to modify this loop because
/external/swiftshader/third_party/LLVM/
DAndroid.mk65 lib/CodeGen/CodePlacementOpt.cpp \
DAndroid.bp130 "lib/CodeGen/CodePlacementOpt.cpp",
DBUILD.gn115 "lib/CodeGen/CodePlacementOpt.cpp",
/external/swiftshader/
DCMakeLists.txt341 ${LLVM_DIR}/lib/CodeGen/CodePlacementOpt.cpp