| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | PHITransAddr.cpp | 143 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,  in PHITranslateSubExpr() 312 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,  in PHITranslateValue() 341 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB,  in PHITranslateWithInsertion() 365 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,  in InsertPHITranslatedSubExpr() 398     BasicBlock *CurBB = GEP->getParent();  in InsertPHITranslatedSubExpr()  local
  | 
| /external/llvm/lib/Analysis/ | 
| D | PHITransAddr.cpp | 145 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,  in PHITranslateSubExpr() 316 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB,  in PHITranslateValue() 345 PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB,  in PHITranslateWithInsertion() 369 InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,  in InsertPHITranslatedSubExpr() 402     BasicBlock *CurBB = GEP->getParent();  in InsertPHITranslatedSubExpr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | EscapeEnumerator.cpp | 35     BasicBlock *CurBB = &*StateBB++;  in Next()  local
  | 
| D | Evaluator.cpp | 693   BasicBlock *CurBB = &F->front();  in EvaluateFunction()  local
  | 
| D | InlineFunction.cpp | 2166         auto *CurBB = RI->getParent();  in InlineFunction()  local 2215       BasicBlock *CurBB = RI->getParent();  in InlineFunction()  local
  | 
| /external/llvm/lib/CodeGen/GlobalISel/ | 
| D | IRTranslator.cpp | 96   MachineBasicBlock &CurBB = MIRBuilder.getMBB();  in translateBr()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ | 
| D | MachineSink.cpp | 1147 getSingleLiveInSuccBB(MachineBasicBlock &CurBB,  in getSingleLiveInSuccBB() 1174 getSingleLiveInSuccBB(MachineBasicBlock &CurBB,  in getSingleLiveInSuccBB() 1189 static void clearKillFlags(MachineInstr *MI, MachineBasicBlock &CurBB,  in clearKillFlags() 1271 bool PostRAMachineSinking::tryToSinkCopy(MachineBasicBlock &CurBB,  in tryToSinkCopy()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ | 
| D | Interpreter.h | 62   BasicBlock           *CurBB;      // The currently executing BB  member
  | 
| /external/llvm/lib/ExecutionEngine/Interpreter/ | 
| D | Interpreter.h | 66   BasicBlock           *CurBB;      // The currently executing BB  member
  | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | Evaluator.cpp | 557   BasicBlock *CurBB = &F->front();  in EvaluateFunction()  local
  | 
| D | InlineFunction.cpp | 1881         auto *CurBB = RI->getParent();  in InlineFunction()  local 1930       BasicBlock *CurBB = RI->getParent();  in InlineFunction()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | SIOptimizeExecMaskingPreRA.cpp | 335         auto CurBB = Blocks.pop_back_val();  in runOnMachineFunction()  local
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGStmt.cpp | 398   llvm::BasicBlock *CurBB = Builder.GetInsertBlock();  in EmitBlock()  local 421   llvm::BasicBlock *CurBB = Builder.GetInsertBlock();  in EmitBranch()  local 558   llvm::BasicBlock *CurBB = Builder.GetInsertBlock();  in EmitIndirectGotoStmt()  local
  | 
| D | CGAtomic.cpp | 1584   auto *CurBB = CGF.Builder.GetInsertBlock();  in EmitAtomicUpdateOp()  local 1667   auto *CurBB = CGF.Builder.GetInsertBlock();  in EmitAtomicUpdateOp()  local
  | 
| /external/llvm/lib/Target/AArch64/ | 
| D | AArch64PromoteConstant.cpp | 399     BasicBlock *CurBB = IPI->first->getParent();  in tryAndMerge()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ | 
| D | AArch64PromoteConstant.cpp | 406     BasicBlock *CurBB = IPI->first->getParent();  in tryAndMerge()  local
  | 
| /external/llvm/lib/CodeGen/ | 
| D | ShadowStackGCLowering.cpp | 119         BasicBlock *CurBB = &*StateBB++;  in Next()  local
  | 
| D | PrologEpilogInserter.cpp | 431     const MachineBasicBlock *CurBB = WorkList.pop_back_val();  in updateLiveness()  local
  | 
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ | 
| D | Value.h | 539   const Value *DoPHITranslation(const BasicBlock *CurBB,  in DoPHITranslation()
  | 
| /external/llvm/include/llvm/IR/ | 
| D | Value.h | 529   const Value *DoPHITranslation(const BasicBlock *CurBB,  in DoPHITranslation()
  | 
| /external/llvm/lib/IR/ | 
| D | Value.cpp | 638 Value *Value::DoPHITranslation(const BasicBlock *CurBB,  in DoPHITranslation()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ | 
| D | Value.h | 655   Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB) {  in DoPHITranslation()
  | 
| /external/llvm/lib/Transforms/Scalar/ | 
| D | GuardWidening.cpp | 278     auto *CurBB = DFSI.getPath(i)->getBlock();  in eliminateGuardViaWidening()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ | 
| D | Value.cpp | 736 const Value *Value::DoPHITranslation(const BasicBlock *CurBB,  in DoPHITranslation()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | GuardWidening.cpp | 343     auto *CurBB = DFSI.getPath(i)->getBlock();  in eliminateInstrViaWidening()  local
  |