Searched refs:backInstruction (Results 1 – 3 of 3) sorted by relevance
878 Instruction *backInstruction() { return LastInst->Inst; } in backInstruction() function
256 Instruction *BackInst = Candidate->backInstruction(); in splitCandidate()2381 if (!Region.Candidate->backInstruction()->isTerminator()) { in isCompatibleWithAlreadyOutlinedCode()2383 Region.Candidate->backInstruction()->getNextNonDebugInstruction(); in isCompatibleWithAlreadyOutlinedCode()
1283 Cand.backInstruction()->print(OS); in run()