HomeSort by: relevance | last modified time | path
    Searched refs:getNextNonDebugInstruction (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 671 getNextNonDebugInstruction(bool SkipPseudoOp = false) const;
672 Instruction *getNextNonDebugInstruction(bool SkipPseudoOp = false) {
674 static_cast<const Instruction *>(this)->getNextNonDebugInstruction(
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 1604 if (SS->getNextNonDebugInstruction() == II) {
1679 Instruction *Next = II->getNextNonDebugInstruction();
1822 Instruction *NextInst = II->getNextNonDebugInstruction();
1827 NextInst = NextInst->getNextNonDebugInstruction();
1837 Instruction *MoveI = II->getNextNonDebugInstruction();
1840 MoveI = MoveI->getNextNonDebugInstruction();
1989 Instruction *Next = FI.getNextNonDebugInstruction();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 699 Instruction::getNextNonDebugInstruction(bool SkipPseudoOp) const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 1834 Builder.SetInsertPoint(NewCB->getNextNonDebugInstruction());
1861 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction();
IROutliner.cpp 1271 ID.Inst->getNextNonDebugInstruction())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 3164 Instruction *Start = InsBefore.getNextNonDebugInstruction();
3165 for (Instruction *It = Start; It; It = It->getNextNonDebugInstruction()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 1943 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint;
1948 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) {

Completed in 71 milliseconds