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

  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 353 if (PHINode *PhiInst = dyn_cast<PHINode>(&User))
354 return PhiInst->getIncomingBlock(OpNo)->getTerminator();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 361 if (PHINode *PhiInst = dyn_cast<PHINode>(&User))
362 return PhiInst->getIncomingBlock(OpNo)->getTerminator();
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]

Completed in 5091 milliseconds