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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 313 /// addIncomingPHIValuesFor - Add incoming-PHI values to the unwind
316 void addIncomingPHIValuesFor(BasicBlock *BB) const {
592 Invoke.addIncomingPHIValuesFor(BB);
649 Invoke.addIncomingPHIValuesFor(BB);
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 114 void addIncomingPHIValuesFor(BasicBlock *BB) const {
545 Invoke.addIncomingPHIValuesFor(NewBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 152 void addIncomingPHIValuesFor(BasicBlock *BB) const {
625 Invoke.addIncomingPHIValuesFor(NewBB);
    [all...]

Completed in 221 milliseconds