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

  /external/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h     [all...]
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 183 static Value *getParentPad(Value *EHPad) {
185 return FPI->getParentPad();
186 return cast<CatchSwitchInst>(EHPad)->getParentPad();
248 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
286 getParentPad(ChildUnwindDestToken) == CleanupPad)
303 UnwindParent = getParentPad(UnwindPad);
309 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
371 for (AncestorToken = getParentPad(EHPad);
373 AncestorToken = getParentPad(AncestorToken)) {
627 dyn_cast<Instruction>(CatchSwitch->getParentPad())) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 222 static Value *getParentPad(Value *EHPad) {
224 return FPI->getParentPad();
225 return cast<CatchSwitchInst>(EHPad)->getParentPad();
287 assert(getParentPad(ChildUnwindDestToken) == CatchPad);
325 getParentPad(ChildUnwindDestToken) == CleanupPad)
342 UnwindParent = getParentPad(UnwindPad);
348 ExitedPad = dyn_cast<Instruction>(getParentPad(ExitedPad))) {
414 for (AncestorToken = getParentPad(EHPad);
416 AncestorToken = getParentPad(AncestorToken)) {
468 assert(getParentPad(Memo->second) == getParentPad(UselessPad))
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]

Completed in 649 milliseconds