HomeSort by relevance Sort by last modified time
    Searched refs:getNormalDest (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 84 if (II.getNormalDest()->getSinglePredecessor())
85 InsertPt = II.getNormalDest()->getFirstInsertionPt();
90 unsigned SuccNum = GetSuccessorNumber(I.getParent(), II.getNormalDest());
LowerInvoke.cpp 69 BranchInst::Create(II->getNormalDest(), II);
LCSSA.cpp 92 DomBB = Inv->getNormalDest();
InlineFunction.cpp     [all...]
Local.cpp     [all...]
CodeExtractor.cpp 571 DefBlock = Invoke->getNormalDest();
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
Dominators.cpp 138 BasicBlock *NormalDest = II->getNormalDest();
244 BasicBlock *NormalDest = II->getNormalDest();
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 283 tryUnify(LI->getNormalDest(), RI->getNormalDest());
612 tryUnify(LTerm->getSuccessor(0), RInvoke->getNormalDest());
625 tryUnify(LInvoke->getNormalDest(), RTerm->getSuccessor(0));
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 197 BranchInst::Create(II->getNormalDest(), II);
DeadArgumentElimination.cpp 257 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
ArgumentPromotion.cpp 744 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 396 BranchInst::Create(II->getNormalDest(), II);
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 144 IP = II->getNormalDest()->begin();
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]

Completed in 493 milliseconds

1 2