HomeSort by relevance Sort by last modified time
    Searched defs:NormalDest (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/IR/
Dominators.cpp 132 BasicBlock *NormalDest = II->getNormalDest();
133 BasicBlockEdge E(DefBB, NormalDest);
172 // . NormalDest
175 // Given the definition of dominance, NormalDest is dominated by X iff X
176 // dominates all of NormalDest's predecessors (X, B, C in the example). X
178 // other predecessors. Since the only way out of X is via NormalDest, X can
179 // only properly dominate a node if NormalDest dominates that node too.
243 BasicBlock *NormalDest = II->getNormalDest();
244 BasicBlockEdge E(DefBB, NormalDest);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 569 BasicBlock *NormalDest = nullptr;
571 NormalDest = Invoke->getNormalDest();
573 if (NormalDest) {
574 DefBlock = NormalDest;
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 79 milliseconds