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

1 2

  /external/llvm/lib/Transforms/Utils/
DemoteRegToStack.cpp 46 if (!II->getNormalDest()->getSinglePredecessor()) {
47 unsigned SuccNum = GetSuccessorNumber(II->getParent(), II->getNormalDest());
97 InsertPt = II.getNormalDest()->getFirstInsertionPt();
LowerInvoke.cpp 69 BranchInst::Create(II->getNormalDest(), II);
LCSSA.cpp 100 DomBB = Inv->getNormalDest();
Local.cpp     [all...]
InlineFunction.cpp     [all...]
CodeExtractor.cpp 571 NormalDest = Invoke->getNormalDest();
  /external/llvm/lib/IR/
Dominators.cpp 132 BasicBlock *NormalDest = II->getNormalDest();
243 BasicBlock *NormalDest = II->getNormalDest();
Verifier.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/Scalar/
PlaceSafepoints.cpp 703 normalizeForInvokeSafepoint(Invoke->getNormalDest(),
    [all...]
RewriteStatepointsForGC.cpp     [all...]
Reassociate.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 211 BranchInst::Create(II->getNormalDest(), II);
DeadArgumentElimination.cpp 262 New = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(),
    [all...]
ArgumentPromotion.cpp     [all...]
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 153 if (PostDominatedByUnreachable.count(II->getNormalDest())) {
InlineCost.cpp     [all...]
ScalarEvolutionExpander.cpp 93 IP = II->getNormalDest()->begin();
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 383 BranchInst::Create(II->getNormalDest(), II);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 592 if (II->getNormalDest() == RetainRVParent) {
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp     [all...]

Completed in 1968 milliseconds

1 2