Searched defs:preflight (Results 1 – 9 of 9) sorted by relevance
/llvm-project/bolt/include/bolt/Passes/ | ||
H A D | ReachingInsns.h | 51 void preflight() { in preflight() function |
H A D | ReachingDefOrUse.h | 68 void preflight() { in preflight() function |
H A D | LivenessAnalysis.h | 70 void preflight() {} in preflight() function |
H A D | DominatorAnalysis.h | 106 void preflight() { in preflight() function |
H A D | StackPointerTracking.h | 30 void preflight() {} in preflight() function |
H A D | DataflowAnalysis.h | 176 void preflight() { llvm_unreachable("Unimplemented method"); } in preflight() function |
/llvm-project/bolt/lib/Passes/ | ||
H A D | StackReachingUses.cpp | 63 void StackReachingUses::preflight() { in preflight() function in llvm::bolt::StackReachingUses |
H A D | StackAvailableExpressions.cpp | 28 void StackAvailableExpressions::preflight() { in preflight() function in llvm::bolt::StackAvailableExpressions |
H A D | StackAllocationAnalysis.cpp | 22 void StackAllocationAnalysis::preflight() { in preflight() function in llvm::bolt::StackAllocationAnalysis |