Home
last modified time | relevance | path

Searched defs:EndInst (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp278 collectInstructionsInBetween(Instruction &StartInst, const Instruction &EndInst, in collectInstructionsInBetween()
349 Instruction &EndInst = (MoveForward ? InsertPoint : I); in isSafeToMoveBefore() local
H A DLocal.cpp2070 Instruction *EndInst = BB->getTerminator(); // Last not to be deleted. in removeAllNonTerminatorAndEHPadInstructions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp130 Instruction *EndInst = (*Candidate->end()).Inst; in splitCandidate() local