Searched refs:transferInstruction (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SafepointIRVerifier.cpp | 523 static void transferInstruction(const Instruction &I, bool &Cleared, 552 transferInstruction(I, BBS->Cleared, BBS->Contribution); in GCPtrTracker() 606 transferInstruction(I, Cleared, AvailableSet); in verifyFunction() 733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs() 789 void GCPtrTracker::transferInstruction(const Instruction &I, bool &Cleared, in transferInstruction() function in GCPtrTracker
|