Home
last modified time | relevance | path

Searched refs:getInsertionPointAfterDef (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h161 Instruction *getInsertionPointAfterDef();
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp131 Instruction *Instruction::getInsertionPointAfterDef() { in getInsertionPointAfterDef() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp3756 &*cast<Instruction>(*Op)->getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()
3765 Builder.SetInsertPoint(I.getInsertionPointAfterDef()); in sinkNotIntoLogicalOp()
3824 &*cast<Instruction>(*OpToInvert)->getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()
3834 Builder.SetInsertPoint(&*I.getInsertionPointAfterDef()); in sinkNotIntoOtherHandOfLogicalOp()
H A DInstructionCombining.cpp3948 MoveBefore = cast<Instruction>(Op)->getInsertionPointAfterDef(); in freezeOtherUses()
H A DInstCombineCalls.cpp3652 Instruction *InsertPt = NewCall->getInsertionPointAfterDef(); in transformConstExprCastCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp903 InsertPt = InstInput->getInsertionPointAfterDef(); in NegateValue()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp2719 InsertPt = I->getInsertionPointAfterDef(); in salvageDebugInfo()