Lines Matching defs:PASS
10 // Pass to verify generated machine code. The following is checked:
56 MachineVerifier(Pass *pass, const char *b) :
57 PASS(pass),
63 Pass *const PASS;
114 // Vregs that pass through MBB untouched. This set is disjoint from
118 // Vregs that must pass through MBB because they are needed by a successor
245 static char ID; // Pass ID, replacement for typeid
274 void MachineFunction::verify(Pass *p, const char *Banner) const {
305 if (PASS) {
306 LiveInts = PASS->getAnalysisIfAvailable<LiveIntervals>();
309 LiveVars = PASS->getAnalysisIfAvailable<LiveVariables>();
310 LiveStks = PASS->getAnalysisIfAvailable<LiveStacks>();
311 Indexes = PASS->getAnalysisIfAvailable<SlotIndexes>();
1229 // can pass through an MBB live, but may not be live every time. It is assumed