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

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 165 BasicBlock *CallBB = CI->getParent();
166 BasicBlock *NewBB = CallBB->splitBasicBlock(
167 CI->getIterator(), CallBB->getName() + ".cont");
169 // Remove the unconditional branch inserted at the end of CallBB.
170 CallBB->getInstList().pop_back();
180 CI->getName(), CallBB);
CodeGenPrepare.cpp     [all...]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
relocation.ll 255 br i1 %condition, label %callbb, label %join2
257 callbb: ; preds = %branch2
261 join: ; preds = %callbb, %entry
263 ; CHECK: phi i64 addrspace(1)* [ %obj.relocated.casted, %callbb ], [ %obj, %entry ]
266 ; CHECK-DAG: [ %obj2.relocated.casted, %callbb ]
267 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %callbb ]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
relocation.ll 258 br i1 %condition, label %callbb, label %join2
260 callbb:
266 ; CHECK: phi i64 addrspace(1)* [ %obj.relocated.casted, %callbb ], [ %obj, %entry ]
269 ; CHECK-DAG: [ %obj2.relocated.casted, %callbb ]
273 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %callbb ]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 1096 milliseconds